body {
    background-image: url(../img/pBXqlf.webp);
    padding: 20px 0px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top{
	text-align: center;
	color: #fff;
	font-family: sans-serif;
	position: relative;top: 50px;
}
.wheel{
	text-align: center;
	margin-top: 50px;
}
.spin{
	text-align: center;
	margin-top: 20px;
}
.spin_btn {
    background: #3e3fb3;
    height: 50px;
    width: 20%;
    border: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
}

.wheel_1{
	transition: 2s
}
.spin_1 {
    position: relative;
    top: 70px;
    z-index: 100;
}
/*modal css*/


.modal_1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-header{
	border:0;
	text-align: center;
	display: block;
}
.modal-content{
	border:0;
	text-align: center;
}
.modal-footer{
	display: block;
	border:0;
}
.last_btn{
	background: #3e3fb3;
	height: 50px;
    width: 40%;

}
.last_btn:hover{
	background: #3e3fb3;
	

}