header{
    height: 45.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    letter-spacing: 6px;
}

form{
    display: flex;
    flex-direction: column;
    /* width: 50%; */
    margin-right: 40rem;
}

textarea{
    padding: 7px 10px;
    outline: none;
}

input{
    width: 500px;
    margin: 10px 0;
    padding: 7px 10px;
    outline: none;
}