.contact-form{
    text-align: center;
    padding-left: 20rem;
    padding-right: 20rem;
    margin-top: 10rem;
}
.contact-form h3{
    
    color: rgb(0, 0, 0);
}
.contact-form form{
    text-align: center;
    
    max-width: 600px;
}
.input-info{
    flex-direction: column;
    display: flex;
    text-align: center;
    justify-content: center;
}
.input-info input,.input-info textarea{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    border-radius: .5rem;
    border-style: solid;
    background-color: aliceblue;
    border-color:aliceblue;
}
form  textarea{
    width: 100%;
    border-radius: .5rem;
    padding: 10px;
    border-style: solid;
    background-color: aliceblue;
    border-color: aliceblue;
}
.submit{
    background-color: #091936;
    border-color: #091936;
    border-style: solid;
    color: white;
    padding: 8px;
    border-radius: .5rem;
    margin: 10px;
    
}
.submit:hover{
    
    cursor: pointer;
    opacity: .9;
    transition: .3s;
    transform: scale(1.05);
}
.form-contacts{
    background-color: black;
    width: 100%;
    height: 100px;
    text-align: center;
    margin-top: 30px;
    position: relative;
    bottom: 0;
}
.form-contacts p{
    padding-top: 10px;
    font-weight: 100;
    font-size: .6rem;
    color: white;
}
.cf-div{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
.last-contactform-img{
    width: 20px;
    margin-left: 8px;
}
.last-contactform-img:hover{
    transform: scale(1.06);
    transition: .3s ease;
    cursor: pointer;
}
.email-contact{
    font-size: .6rem;
    color: white;
    text-decoration: none;
}
.email-contact:hover{
    cursor: pointer;
    transform: scale(1.08);
}