#form p {
    margin-bottom: 10px;
    position: relative;
    width: 80%;
}

#form p label {
    display: block;
    margin-bottom: 5px;
}

#form p input, textarea {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: #f0f8ff;
    color: #0E1117;
    font-size: 16px;
}

textarea {
    height: 150px;
}

#form button {
    transition: background-color 0.15s ease, border 0.15s ease, box-shadow 0.15s ease;
}