body {
    margin: 0;
    background-color: #ffbd6f;

}

.background {
    margin: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.text-container {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: -37vw;
    z-index: 1;
    text-align: center;
    color: #201f1e;
}

.title {
    font-family: 'Overpass', sans-serif;
    font-size: 12pt;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.paragraph {
    font-family: 'Overpass', sans-serif;
    font-size: 10pt;
    font-weight: 400;
}

.company {
    font-family: 'Overpass', sans-serif;
    font-size: 6pt;
    font-weight: 400;
    line-height: 8pt;
}

.email {
    font-family: 'Overpass', sans-serif;
    font-size: 10pt;
    font-weight: 400;
    text-decoration: underline;
    color: #201f1e;
}

.down-arrow {
    position: fixed;
    bottom: 20px;
    left: 50%;
}

.down-arrow-hidden {
    display: none;
}

@media screen and (min-width: 1200px) {


    .paragraph {
        line-height: 30px;
    }

}

@media (orientation: landscape) {}