body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background-color: #2f2e41;
    color: #f8f8f8;
}
.header_xyz123 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #1c1a29;
}
.logo_xyz123 {
    font-size: 24px;
    color: #ffc107;
}
.nav_xyz123 {
    display: flex;
    align-items: center;
}
.menu_xyz123 {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu_xyz123 a {
    text-decoration: none;
    padding: 10px 15px;
    color: #f8f8f8;
    transition: color 0.3s;
}
.menu_xyz123 a:hover {
    color: #ffc107;
}
.menu-btn_xyz123 {
    background: none;
    border: none;
    color: #ffc107;
    font-size: 24px;
    cursor: pointer;
    display: block;
}
.cta_play_xyz123 {
    padding: 10px 20px;
    background-color: #ffc107;
    border: none;
    color: #1c1a29;
    font-size: 16px;
    cursor: pointer;
}
.sidebar_xyz123 {
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background-color: rgba(28, 26, 41, 0.95);
    transition: transform 0.3s ease;
}
.sidebar_xyz123 ul {
    list-style-type: none;
    padding: 20px;
}
.sidebar_xyz123 a {
    text-decoration: none;
    color: #ffc107;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}
.main_xyz123 {
    padding: 20px;
}
.hero_xyz123 {
    text-align: center;
    padding: 50px 0;
    background-color: #340e36;
    color: #ffc107;
}
.hero_xyz123 img {
    margin-top: 20px;
    max-width: 400px;
    width: 100%;
}
.cta_spin_xyz123 {
    padding: 10px 20px;
    background-color: #e57373;
    border: none;
    color: #ffffff;
    cursor: pointer;
    margin-top: 20px;
}
.content_xyz123 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
}
.text-block_xyz123 {
    max-width: 600px;
    text-align: left;
}
.image-block_xyz123 {
    margin-top: 20px;
}
.bonuses_xyz123 {
    text-align: center;
    margin: 50px 0;
}
.bonus-list_xyz123 {
    list-style-type: none;
    padding: 0;
}
.bonus-list_xyz123 li {
    margin: 10px 0;
}
.cta_bonus_xyz123 {
    padding: 10px 20px;
    background-color: #009688;
    border: none;
    color: #ffffff;
    cursor: pointer;
    margin-top: 20px;
}
.footer_xyz123 {
    background-color: #1c1a29;
    color: #f8f8f8;
    text-align: center;
    padding: 10px 0;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 30px auto;
}
