@font-face {
    font-family: basic;
    src: url(/fonts/basic.ttf);
}

@font-face {
    font-family: goth;
    src: url(/fonts/Chomsky.otf);
}

@font-face {
    font-family: roman;
    src: url(/fonts/MorrisRomanBlack.ttf);
}

body {
    margin: 0;
    font-family: roman;
    font-size: 20px;    
}

header {
    font-family: goth;
    color: black;
    font-size: 100px;
}

header a, a:link, a:visited, a:hover, a:active {
    color: black;
    text-decoration: none;
}

header a:hover, a:active {
    color: #636363;
    text-decoration: none;
}

.main {
    width: 900px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.post {
    position: relative;
}

#goth {
    position: absolute;
    top: 280px;
    left: -100px;
    height: 50%;
}

#crow {
    position: absolute;
    top: -70px;
    left: 800px;
    transform: scaleX(-1);
}

#display {
    margin: auto;
    margin-top: 75px;
    width: 900px;
}

nav {
    font-family: roman;
    font-size: 25px;
}
nav a:link, a:visited {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
}

nav a:hover, a:active{
    color: #636363;
    background-color:transparent;
    text-decoration: none;
  
}
