.headerCU {
    font-size: 10vw;
    text-align: center;
    border-bottom: 4px solid black;
}

.form {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.messageStyle {
    display: block;
    margin: 0 auto;
    width: 550px;
    height: 250px;
    font-size: 44px;
    text-align: left;
    border-radius: 10px;
    border: 3px solid black;
}

input {
    width: 550px; 
    height: 70px;
    text-indent: 20px;
    border-radius: 10px;
    font-size: 44px;
    border: 3px solid black;
}

button[type=submit] {
    width: 350px; 
    height: 70px;
    font-size: 55px;
    margin: 0 auto;
    background-color: rgb(255, 188, 188);
    border: 3px solid black;
    font-weight: 700;
    height: 110px;
    color: black;
    border-radius: 20px;

}


textarea {
    padding-top: 15px;

}

input::placeholder textarea::placeholder {
    font-size: 20px;
    color: rgb(202, 202, 202);
}
