body {
    font-family: Courier;
    background: #000000;
}

nav, header, section, footer {
    margin: 1.25vw;
    padding: 1.25vw;
    color: white;
}

header, section, footer{
    border: 1px solid #ffffff;
}

.flex-container {
    display: flex;
}

.navbar {
    background: black;
}

.navtext {
    display: inline-block;
    font-size: 24px;
}

.content {
    background: #616161;
    flex: 1;
}

.thumb {
    padding: 5px;
    width: calc(100vw/18);
}

.header, .bottomtext {
    background: #202020;
}