* {
    font-family: 'Nunito', sans-serif;
}

body {
    padding: 5px 25px;
}

.darkmode * {
    color: #fff;
}

.darkmode {
    background: #000;
}