@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;
}

body {
    font-family: 'Nunito', sans-serif;
    background-color: #181425;
    color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 12px;
    image-rendering: pixelated; 
    padding: 20px;
}

.headerArea {
    font-family: 'Nunito', sans-serif;
    background-color: #181425;
    color: #ffffff;
}

a {
  color: #0095e9;
  font-weight: bold;
}

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