#contact{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}


#contact-form{
    display: flex;
    flex-direction: column;
    width: 30vw;
}

#send:hover{
    cursor: pointer;
    background-color: rgb(30, 30, 30);
}