body {
    height: 100vh;
    width: 100vw;
    background: black;
    overflow: hidden;
    background: #fff;  /* fallback colour. Make sure this is just one solid colour. */
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../img/pexels-fauxels-3184306.jpg") no-repeat center center fixed;
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../img/pexels-fauxels-3184306.jpg") no-repeat center center fixed; /* The least supported option. */
    background-size: cover;
    font-family: 'Chivo', sans-serif;
}

img {
   object-fit: cover;
}

img.header-img  {
    height: 5%;
    width: 5%;
}

.main-text {
    font-weight: 900;
    font-size: 5.5rem;
    font-style: black;
    color: #fff;
}

p {
    color: #fff;
}