    body,
    h1 {
        font-family: "Raleway", sans-serif
    }
    
    body,
    html {
        height: 100%
    }
    
    .bgimg {
        background-image: url('/images/purplewhips.jpg');
        min-height: 100%;
        background-position: center;
        background-size: cover;
    }
    
    .w3-jumbo {
        font-size: 64px !important;
    }
    
    .w3-animate-top {
        position: relative;
        animation: animatetop 0.4s;
    }