body {
    font-family: system-ui, sans-serif;
    color: #5c3d1e;
    background-color: #fdf6e3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 2em;
}
h1 a {
    color: inherit;
    text-decoration: none;
}
input[type="submit"] {
    background-color: #b8860b;
    color: #fff;
    border: none;
    padding: 0.15rem 1.5rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
}
input[type="submit"]:hover {
    background-color: #9a7209;
}
select {
    padding: 0.15rem;
    font-size: 1rem;
    border-radius: 4px;
}
