body {
    font-family: 'Inter', sans-serif;
    background-color: skyblue; 

}

.heading {
    font-size: 50px;
    color: blue;
    
}

.subheading {
    font-size: 30px;
    color: white;
    margin-top: -1rem;
   
}

.copyright-text {
    color: white;

}
.form-control {
    font-size: 20px;

}

.card-body {
    background-color: rgb(173, 173, 198);
}

footer {
    padding-bottom: 21rem;
}
