html,body {
    margin-bottom: 20px;
}
.container {
    margin-top: 10px !important;
}
@font-face {
  font-family: nexa;
  src: url(/assets/fonts/NexaRustSans-Black.woff);
}
.body-text {
    font-family: "nexa-rust-slab-black", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    font-size: 3vw;
}
@media (min-width: 300px) and (max-width: 1000px) {
    .body-text {
         font-size: 6vw !important;
    }
}
.nexa {
    font-family: "nexa-rust-slab-black", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.fb-logo {
    width: 30px;
}