* {
    font-family: 'Nunito', sans-serif;
    margin: 0;
}

#preloader {
    background: #fff url("/loader.gif") no-repeat center;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}