* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

nav {
    height: 80px;
    background: #ffab10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem calc(100vw - 1800px);
}

nav a {
    text-decoration: none;
    color: black;
}

h1 {
    font-size: 4rem;
}

footer a {
    text-decoration: none;
    color: black;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    font-style: italic;
}

.nav-items a {
    padding: 0rem 0rem 0rem 2rem;
}