@font-face {
    font-family: 'hellovetica';
    src: url(/hellovetica.ttf);
}

::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}
  
::-webkit-scrollbar-track {
    background: #303030;
}

::-webkit-scrollbar-corner {
    background: #303030;
}

::-webkit-scrollbar-thumb {
    background: #ffffff;
}

::-webkit-scrollbar-thumb:hover {
    background: #c9c9c9;
}

body {
    height: 200vh;
    margin: 0;
    background-color: rgb(0, 0, 0);
}

.content-wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.top-wrapper {
    max-width: fit-content;
    min-width: 100%;
    height: auto;
    border: 1px solid rgb(255, 255, 255);
    border-bottom: 0;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    white-space: nowrap;
    overflow: hidden;
}

.top-wrapper > h1#top-heading {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
    font-family: 'hellovetica';
    font-size: 2em;
}

.top-wrapper > h1#typing-indicator {
    display: inline-block;
    line-height: 50%;
    font-size: 2em;
}

.top-wrapper > ul {
    display: flex;
    height: 40px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.top-wrapper > ul > li:hover {
    cursor: pointer;
    background-color: white;
    color: black;
}

.top-wrapper > ul > li:hover a {
    color: black;
}

.top-wrapper > ul > li:first-of-type {
    border-left: 0;
}

.top-wrapper > ul > li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
    border-top: 1px solid white;
    border-left: 1px solid white;
}

.top-wrapper > ul > li > a {
    height: 100%;
    width: 100%;
    margin-top: 5px;
    font-family: 'hellovetica';
    font-size: 0.75em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
    text-decoration: none;
}

.middle-wrapper {
    display: flex;
    justify-content: center;
    color: white;
    width: 100%;
    height: 100px;
    border: 1px solid white;
}

.middle-wrapper h1 {
    align-self: center;
    font-family: 'hellovetica';
    margin-bottom: 10px;
}

.selector {
    color: white;
    text-decoration: none;
}

.selected {
    background-color: white;
}

.selected > a {
    color: black;
}
