@import url('https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&display=swap');

*{
    font-family: 'Cherry Bomb One', system-ui;
    color: #F171A2;

}

.container{
    max-width: 400px;
}

.no-click{
    pointer-events: none;
}

.title{
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}