form{

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    height: 60vh;
    width:70vw;
    border-radius: 1%;
    margin-top: 10vh;
}

.contact-form-container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    
}

input,textarea{
    width:50vw;
    resize: none;
}

label{
    color: black;
    text-align: left;
    width:50vw;
}