.sers-container {
    min-height: 100vh;
}
.contact-form-container{
width: 300px;
min-height: 300px;
border: 2px solid rgb(0, 33, 71);
border-radius: 20px;
padding: 1rem;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
}
.contact-form-container input{
    width: 100%;
    height: 50px;
    margin: 1rem 0rem;
    padding-left: 5px;
    border-radius: 5px;
}
.sers-submit input{
    background-color: rgb(2, 60, 111);
    border: none;
    color: white;
    font-size: 20px;
    
}
.information{
    margin: 2rem;
    width: 60%;
}