body{
	padding: 0;
	margin: 0;
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden;
	width: 100%;
	height: 100vh;
}

main{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	
}
.top_button {
    background-image: linear-gradient(#ffbd00, #ff6d00);
    border: 2px solid #fff;
    width: 100%;
    max-width: 200px;
    height: 57px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin: 10px auto;

}

.spin_box{
    text-align: center;
    position: relative;
    max-width: 550px;
    height: 500px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;

}
.spin_img {
    transform: rotate(380deg);
    transform: rotate(24s);
    width: 100%;
    max-width: 320px;
}
.stand img {
    width: 100%;
    max-width: 270px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    /* top: 69px; */
    margin: 0 auto;
    z-index: -99;
}
.button_down button{
	background-image: linear-gradient(#ffbd00, #ff6d00);
    border: 2px solid #162da2;
    width: 100%;
    max-width: 200px;
    height: 57px;
    color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;

}

.last_button button{
	background-image: linear-gradient(#ffbd00, #ff6d00);
    border: 2px solid #162da2;
    width: 100%;
    max-width: 200px;
    height: 57px;
    color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
}
.modal-body{
    overflow: hidden;
}