body {
    background-image: url(../img/hero.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    height: 100vh;
    width: 100vw;
}
@font-face {
    font-family: inter-b;
    src: url('../img/Inter-Bold.ttf');
}
@font-face {
    font-family: inter;
    src: url('../img/Inter-Regular.ttf');
}