body {
    background: linear-gradient(217deg, #f2f2f2, rgba(77, 122, 189, 0.5) 70.71%), linear-gradient(127deg, #f2f2f2, rgb(222, 9, 117) 70.71%);

}

img {
    max-width: 100%;
    height: auto;
}

#loginBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.col-md-3 {
    background-color: #f2f2f2;
    height: auto;
    width: auto;
    border-radius: 10px;
    padding: 1.2em 1em;
    box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.2);
}

a:hover {
    cursor: pointer;
}

@media (max-width: 576px) {
    img {
        max-width: 100vw;
        height: auto;
    }
    #loginBtn {
        max-width: 100vw;
        margin: auto;
    }
}