.body {
    background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlqZrgIFyt3vCfLS9ZPrqL2CbTFPuy_TRkB7N1jk3nEU9ExNAZ58qE8VgZ6BIqg6WJA_h7QsVis-Iui15twDtZw3SyqWtwkbvdauBQyygUdf2Y6UlixIO2KFbcb9p8R5ScQdJ0kfFxb8WX6-9A8RdgLzDSDy96Jd0K3hDlf4lCT_tuv6J2bPp8TU6nTvg/s16000/background%20(1).jpg')!important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.btn1-regis {
    color:black;
    font-family: 'Goldman', seri;
    font-weight: 400;
    font-style: normal;
    text-align:center;
    font-size: 18px;
    background-image:linear-gradient(rgb(255, 51, 0), orange , rgb(255, 51, 0));
    width:100%;
    border-color:orange;
    border-width:3px;
}

.btn1-regis:hover {
    color:white;
    background-image:linear-gradient(maroon, red , maroon);
    width:100%;
    border-color:orange;
    border-width:3px;
}

.btn2-regis {
    color:black;
    font-family: 'Goldman', serif;
    font-weight: 400;
    font-style: normal;
    text-align:center;
    font-size: 18px;
    background-image:linear-gradient(rgb(255, 51, 0), orange , rgb(255, 51, 0));
    width:100%;
    border-color:orange;
    border-width:3px;
}

.btn2-regis:hover {
    color:white;
    background-image:linear-gradient(maroon, red , maroon);
    background-color: white;
    width:100%;
    border-color:orange;
    border-width:3px;
}

@media screen and (max-width: 480px) {
    .body {
    background-image: url('img/bg-slots.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.btn1-regis {
    color:black;
    font-family: 'Goldman', seri;
    font-style: normal;
    text-align:center;
    font-size: 14px;
    background-image:linear-gradient(rgb(255, 51, 0), orange , rgb(255, 51, 0));
    width:100%;
    border: 2px solid orange;
}

.btn1-regis:hover {
    color:white;
    background-image:linear-gradient(maroon, red , maroon);
    width:100%;
    border: 2px solid orange;
}

.btn2-regis {
    color:black;
    font-family: 'Goldman', serif;
    font-style: normal;
    text-align:center;
    font-size: 14px;
    background-image:linear-gradient(rgb(255, 51, 0), orange , rgb(255, 51, 0));
    width:100%;
    border: 2px solid orange;
}

.btn2-regis:hover {
    color:white;
    background-image:linear-gradient(maroon, red , maroon);
    background-color: white;
    width:100%;
    border: 2px solid orange;
}
}
