* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: "Roboto", sans-serif;
    font-weight: 300;

}

/* FONTS */
@font-face {
    font-family: 'SourGummy-Bold'; src: url('../fonts/SourGummy-Bold.ttf') format('truetype');
}

header {
    margin-bottom: 50px;
}
nav li a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}


pre {
    font-family: monospace;
    margin-bottom: 5px;
    background-color: lightgrey;
}