form button {
    border-radius:16px;
    cursor: pointer;
    transition: background-color 0.15s ease-out;
}
form button:hover {
    background-color: var(--wp--preset--color--accent-1);
}
input, textarea {
    border-radius:12px;
    font-size:16px;
    border-style: none;
    padding:6px;
}



