body {
    background-image: url(/administration/images/desert.jpg);
    /*background-position: center;  Center the image */
    background-position: right center;
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    height: 100vh;
}

@font-face {
    font-family: poppins300;
    src: url(/lib/fonts/Poppins-Light.ttf);
}

@font-face {
    font-family: poppins400;
    src: url(/lib/fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: poppins600;
    src: url(/lib/fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: artifika;
    src: url(/lib/fonts/Artifika-Regular.ttf);
}

#logo {
    font-family: poppins300;
    font-size: 30px;
}

#menu-headings {
    font-size: 20px;
}