@media only screen and (max-width: 900px) {
    .link-play {
        padding: 4px;
    }
}

.link-play {
    background-image: linear-gradient(to bottom,#000000 0%,#00c7d8 100%);
    text-align: center;
    padding: 5px;
    border-radius: 50px;
    border: 2px solid #03473a;
    transition: all .6s;
    color: white;
    text-shadow: 0px 0px 1px #000;
}

@media only screen and (max-width: 900px) {
    .game-home {
        width: 100%;
        margin: auto;
    }
}
@media screen and (max-width: 3000px) and (min-width: 900px){
.game-home {
    width: 300px;
    margin: auto;
}
}
.mg-bt-ll {
    margin-bottom: 20px !important;
}