body {
    font-family: 'Selawik', sans-serif !important;
    background-color: #222831;
    color: white;
}
a {
    color: white;
}
a:visited {
    color: white;
}
a:hover {
    color: #DFD0B8;
}
.activePage {
    color:  #DFD0B8;
}
.centeredElement {
    text-align: center; 
    vertical-align: middle !important;
}