@font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
    font-style: italic;
}

@font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
    font-style: italic;
    font-weight: bold;
}

* {
    font-family: 'Nunito', sans-serif;
    background-color: #68386c;
    color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 12px;
}

main {
    background-color: #68386c;
    padding: 20px;
    image-rendering: pixelated; 
}

a {
    color: #fee761;
    font-weight: bold;
}

hr {
    border-radius: 3px;
    color: #262b44;
    border: solid;
    width: 50%;
}
