body {
    font-family: Arial, sans-serif;
    background-color: #121212;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 0;
}

.main {
    max-width: 400px;
}

.image {
    background-position: center;
    background-size: cover;
}

.back-btn {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background-image: url(../../images/back.382b99b.webp);
    background-size: cover;
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin-bottom: 15px;
}

h1 {
   margin-left: 30px;
   font-size: 24px;
}
.main-container {
    width: 100%;
    padding: 20px;
    color: white;
}

.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 15px;
}

.card {
    display: block;
    width: 100%;
    height: 70px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.daily_robx {
    background-image: url(../../images/daily_robx.4fdf4fe.png);
}

.rbx_to_dollar {
    background-image: url(../../images/rbx_to_dollar.64eba43.png);
}

.dollar_to_robx {
    background-image: url(../../images/dollar_to_robx.6e7f947.png);
}

.logic_quiz {
    background-image: url(../../images/logic_quiz.d9df149.png);
}

.wincard {
    display: block;
    width: 100%;
    height: 180.5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.win_img1 {
    background-image: url(../../images/how_to_ween_img_1.bdbaf86.webp);
}

.win_img2 {
    background-image: url(../../images/how_to_ween_img_2.ec9cc73.webp);
}

.win_img3 {
    background-image: url(../../images/how_to_ween_img_3.e866f10.webp);
}
