@import url('https://fonts.googleapis.com/css?family=Fira+Code|Nunito&display=swap&subset=latin-ext');

body {
    font-family: 'Nunito', sans-serif !important;
}

body a {
    text-decoration: none;
    color: blueviolet;
}

h1, h2, h3, h4, h5, h5, p, div, section
{
    font-family: 'Nunito', sans-serif !important;
}

#main-wrap {
    max-width: 1200px; 
    margin: auto;
}

#main-wrap nav#main {
    margin-bottom: 20px; 
    font-weight: bold
}

#main-wrap nav#main a {
}