body {
    font-family: 'BenSen', Arial, sans-serif !important;
    @import url('https://fonts.maateen.me/bensen/font.css');
    background-image:url('https://nerdswithneedles.ca/wp-content/uploads/2021/01/Robin-Egg-Blue.jpg');
    background-size:cover;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer{
    margin-top: auto;
}
