
/* body {
    background-image: url('../img/2a29bbae39e86d014fc3bc9dca67a70b.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */

.form{
    width: 23%;
    position: absolute;
    left: 37%;
    top: 26%;
}

.form h2 {
    text-align: center;
    margin-bottom: 2rem;
}

@media screen and (max-width: 900px){
    .form{
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        margin-top: 35%;
    }
}
