@font-face {
    font-family: nunito;
    src: url(../nunito.ttf);
}

body {
    background-color: #141414;
    color: white;
    text-align: center;
    font-family: nunito;
    padding-top: 15px;
}

a {
    color: #b9b9b9;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
}

a:hover {
    color: #d6d6d6;
}

::selection {
    background: #a200ff;
    color: black;
}

.n {
    padding-bottom: 40px;
}

.p {
    padding-bottom: 10px;
}