div.message {
    padding: 20px;
    border-radius: 20px;
    color: black;
    margin-bottom: 20px;
}
input[type="text"],input[type="email"] {
    width: 32.5%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 25px;
    border: solid 0.5px;
}
textarea {
    width: 98.5%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 25px;
    border: solid 0.5px;
}
input.btn {
    background-color: rgb(91, 164, 224);
    border-radius: 15px;
    border: none;
    height: 50px;
}
input.btn:hover {
    background-color: rgb(91, 224, 168);
    border-radius: 15px;
    border: none;
    color: white;
    height: 50px;
}