body {
    margin: 0;
}
/* Nav bar */
.top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.top-nav-title {
    font-size: 2.4rem;
    color: #fff;
}
