form {
    width: 75%;
    margin: 0 auto;
    border: 1px solid #672d13;
    border-radius: 0.9rem;
}

fieldset {
    margin-bottom: 0.5rem;
    padding: 0.625rem;
    margin-top: 2rem;
    border-bottom: 1px dotted #672d13;
}

img {
    border-radius: 3rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
    width: 100%;
    height: 2.2rem;
    margin-bottom: 0.7rem;
    margin-top: 0.3rem;
    font-size: 1.2rem;
    border-radius: 0.3rem;
}

input[type="submit"] {
    font-size: 1.3rem;
    padding: 0.0625rem 0.75rem;
    text-transform: lowercase;
    margin: .6rem;
    border-radius: 0.3rem;
    color: rgb(255, 255, 255);
    background-color: #672d13;
}

legend {
    font-family: 'Pacifico', cursive;
    font-weight: bold;
    font-size: 1.5rem;
    color: #672d13;
    margin-top: 2rem;
}

img {
    width: 100%;
    height: auto;
    border-radius: 3rem;
}