.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-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;
}
}
