.contactContainer {
    margin: auto;
    display: flex;
    padding: 1rem 5% 5%;
    filter: drop-shadow(var(--closestyshadowLM))
}

input {
    text-align: right;
    width: 800px;
}

label {
    width: 200px;
}

.subbtn {
    width: 8rem;
}

.thanksforthefish {
    text-align: center;
}

p,
h1 {
    margin: auto;
    padding: 1rem 5% 0;
    max-width: min(1200px, 95vw);
}

form {
    max-width: min(1200px, 95vw);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

form>div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1200px;

}

.comments {
    height: 10rem;
}