* {
    font-family: 'Helvetica';
    font-size: 1.05em;
}

body {
    padding: 0 100px;
    background-image: url('/assets/websitebackground.JPG');
    background-size: 100vw max(120%, 100vh);
}

#nav a {
    font-size: 1.2em;
    text-decoration: none;
    color: black;
}

#nav a:hover {
    text-decoration: underline;
}

#nav {
    width: 100%;
    justify-content: space-between;
}

header {
    padding: 50px 0 30px 0;
}