.footer {
    background-color:rgb(223, 223, 223);
}


#contactbutton{
    max-width: 25em;
}

#btnsubmit{
    appearance: none;
    border: none;
    background-color: rgb(163, 3, 3);
    padding: 0.25rem 0.5rem;
    color: white;
    border-radius: 5px;
    transition: all 250ms ease;
}
