@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body {
    font-family: 'Lato', sans-serif;
    font-size: 1.5vw;
}
a.menuLink {
    font-family: 'Lato', sans-serif;
    font-size: 1.5vw;
    text-decoration: none;
    color:#6e1312;
}
a:visited.menuLink {
    font-family: 'Lato', sans-serif;
    font-size: 1.5vw;
    text-decoration: none;
    color:#6e1312;
}

a:hover.menuLink {
    text-decoration: underline;
}

input, option {
    font-family: 'Lato', sans-serif;
    font-size: 1.5vw;
}

table tr td {
    align-content: center;
}

fieldset {
    border: 0;
}
label {
    display: block;
    margin: 30px 0 0 0;
}