.firstcolumn {
    position: absolute;
    background-color: rgba(0,0,0,0);
    display:flex;
    flex-direction:column;
    bottom:730px;
    right:175px
}
.secondcolumn {
    position: relative;
    background-color: rgba(0,0,0,0);
    display:flex;
    flex-direction:column;
    bottom:730px;
}
.thirdcolumn {
    position: absolute;
    background-color: rgba(0,0,0,0);
    display:flex;
    flex-direction:column;
    bottom:730px;
    left: 175px;
}

.fourthcolumn {
    background-color: rgba(0,0,0,0);
    display:flex;
    justify-content: center;
    z-index: 50;
    position: absolute;
    top:-50px;
}

#Gold{
    width: 150px;
    height: 92px;
    font-size: 40px;
    background: rgba(0,0,0,1);
    color: goldenrod;
    font-family: 'Fascinate Inline', cursive;
    margin-right: 65px;
    top: 113px;
    position: relative;
    left: -7px;
    text-align: center;
}
#payout{
    margin-left: 10px;
    width: 149px;
    height: 102px;
    background: black;
    font-size: 8px;
    color: white;
    font-size: 25px;
    text-align: center;
    font-family: 'Monoton', cursive;
    top: 113px;
    left: 9px;
    position: relative;

}

.box{
    position: relative;
    
    z-index: 50;
    background: black;
    border: 20px solid black;
    top:470px;
    border-radius: 25px;
}

img{
    width: 145x;
    height: 145px;
    
}
.machine{
    
    width: 1200px;;
    height: 1000px;
    z-index: 10;
    border-radius: 50px;
    border:15px solid black;
}
.cover {
    z-index: 30;
    width: 543px;
    height: 525px;
    bottom: 45%;
    position: absolute;
    border: 8px solid black;
    right: -190px;
}
body{
    bottom:730px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: red;

}


button{
   font-size: 30px;
    font-family: 'Orbitron', sans-serif;
}
.wall{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spinners{
    display: flex;
    position: absolute;
    top: 510px
}

.buttons{
    position: relative;
    bottom:150px;
    align-items: baseline;
    font-size:30px;
    z-index: 50;
    margin:20px;

}
.lines{
   
    position: absolute;
    z-index: 100;
    width: 500px;
    height:500px;
    bottom:300px;
    right:-160px;    
}
.line{
 
   position: relative;
}

.pay{
    font-family: 'Monoton', cursive;
    font-size: 40px;
    color:white;
    z-index: 100;
    position: relative;
    

}
#mode{
    position: relative;
}