@import url("./components/button.css");

section {
    width: calc(100dvw - 40px);
    max-width: 600px;
}
h1 {
    width: 100%;
    text-align: center;
}
form {
    width: 100%;
}
textarea {
    height: 200px;
    resize: none;
    font-family: "Nunito";
    border-radius: 0.375rem;
    padding: 1rem;
    font-size: 1rem;
    box-shadow: 1px 0px 3px 0px rgba(128, 128, 128, 0.272);
    border-color: var(--primary);
    margin-bottom: .5rem;
}
button {
    width: 100%;
}
form {
    display: flex;
    flex-direction: column;
}