body {
    padding: 0;
    margin: 0;
    background-color: black;
    color: #EAEAEA;
    text-align: center;
}

nav {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: row;
    background-color: #08D9D6;
    color: #EAEAEA;
    font-weight: 250;
    margin: 0;
    padding: 0;
    height: 50px;
}

#nav-logo {
    display: inline;
    height: 100%;
    width: auto;
    float: left;
}

div.category h2 {
    text-align: center;
}

div.subcategory-container {
    columns: 3 300px;
    column-gap: 15px;
}

div.subcategory {
    display: inline-block;
    background-color: #252A34;
    border-radius: 1rem;
    width: 100%;
    margin-bottom: 15px;
}

div.subcategory h3 {
    text-align: center;
}

div.link-container {
    margin: 10px;
    align-items: center;
}

a:link, a:visited {
    display: inline-block;
    background-color: #FF2E63;
    color: #EAEAEA;
    padding: 14px 25px;
    margin: 5px;
    text-decoration: none;
    border-radius: 25px;
}

a:hover {
    background-color: #F00FFF;
}

nav a:link, nav a:visited {
    border-radius: 0;
    margin: 0;
    padding: 14px 25px;
    text-align: center;
}

div.timeline-container {
    columns: 2 300px;
    column-gap: 15px;
}

div.timeline-display {
    display: inline-block;
    background-color: #252A34;
    border-radius: 1rem;
    width: 100%;
    margin-bottom: 15px;
}
