body{
    background-image: url('../images/main/background.png') !important;
    background-size: 100% 100%;
}
main{
    height: auto;
}
.roulette-list{
    display: flex;
    align-items: center;
}
.roulette-item{
    margin: 0 30px;
    list-style: none;
}
.roulette-item a{
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .6px;
    padding: 16px 22px;
    border: 1px solid #282C45;
    border-radius: 10px;
}
main section{
    margin-top: 5%;
}
.roulette{
    height: 25vh;
    width: 79vw;
    border-radius: 10px;
    border: 1px solid #282C45;
    background: #131521;
    margin: 30px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.roulette-container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}
.roulette__item{
    margin: 0px 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.roulette__img{
    margin-bottom: 10px;
}
.roulette__text{
    font-size: 17px;
    letter-spacing: .6px;
    font-weight: 500;
    text-transform: uppercase;
}
.pointer-roulette{
    width: 30px;
    height: 30px;
    background-image: url('../images/pointer-roulette.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    position: absolute;
}
.pointer-roulette:last-child{
    transform: rotate(180deg);
    bottom: 0;
}



#roulette2,
#roulette3 {
    display: none;
}