/* BASE */
body {
    margin: 0;
    font-family: 'Roboto', Arial, sans-serif;
    background-color: #111;
    color: #f0f0f0;
}

/* HEADER */
header {
    background-color: #bd0000;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 15px 30px;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

header img {
    height: 60px;
    justify-self: start;
}

header h1 {
    margin: 0;
    font-size: 2rem;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    justify-self: center;
}

nav {
    justify-self: end;
}

nav a {
    color: #fff;
    margin-left: 25px;
    font-weight: bold;
    text-decoration: none;
}

nav a:hover {
    color: #ffdd00;
}
    h1 {
        text-align: center;
        font-size: 2.4rem;
        margin-top: 80px;
        margin-bottom: 30px;
        color: #ffdd00;
        font-weight: 900;
    }