.bigBox {

    display: grid;
    max-width: 95%;
    justify-content: center;
    text-align: center;
    align-content: center;
    margin: auto;

}

.bigBox h1 {

    font-family: D-Din-Bold;
    font-size: 40px;

}

.bigBox p {

    font-family: D-Din;
    font-size: 40px;

}

.email a {

    color: black;

}

.bigBox .firstBox {

    margin-top: 30px;
    margin-bottom: 30px;

}

.bigBox .firstBox h1 {

    font-size: 80px;
    font-family: D-DINCondensed-Bold;

}


@media screen and (max-width: 2280px){

    .bigBox h1 {

        font-size: 30px;
    
    }
    
    .bigBox p {

        font-size: 30px;
    
    } 

    .bigBox .firstBox h1 {

        font-size: 70px;
    
    } 

}

@media screen and (max-width: 1700px){

    .bigBox h1 {

        font-size: 25px;
    
    }
    
    .bigBox p {

        font-size: 25px;
    
    } 

    .bigBox .firstBox h1 {

        font-size: 60px;
    
    } 

}

@media screen and (max-width: 1420px){

    .bigBox h1 {

        font-size: 20px;
    
    }
    
    .bigBox p {

        font-size: 20px;
    
    } 

    .bigBox .firstBox h1 {

        font-size: 50px;
    
    } 

}

@media screen and (max-width: 1120px){

    .bigBox h1 {

        font-size: 18px;
    
    }
    
    .bigBox p {

        font-size: 18px;
    
    } 

    .bigBox .firstBox {

        margin-top: 20px;
        margin-bottom: 25px;
    
    }

    .bigBox .firstBox h1 {

        font-size: 45px;
    
    } 

}

@media screen and (max-width: 865px){

    .bigBox h1 {

        font-size: 15px;
    
    }
    
    .bigBox p {

        font-size: 15px;
    
    } 

    .bigBox .firstBox {

        margin-top: 15px;
        margin-bottom: 20px;
    
    }

    .bigBox .firstBox h1 {

        font-size: 40px;
    
    } 

}

@media screen and (max-width: 725px){

    .bigBox h1 {

        font-size: 13px;
    
    }
    
    .bigBox p {

        font-size: 13px;
    
    } 

    .bigBox .firstBox {

        margin-top: 12px;
        margin-bottom: 18px;
    
    }

    .bigBox .firstBox h1 {

        font-size: 35px;
    
    } 

}

@media screen and (max-width: 630px){

    .bigBox .firstBox h1 {

        font-size: 30px;
    
    } 

}

@media screen and (max-width: 585px){

    .bigBox h1 {

        font-size: 11px;
    
    }
    
    .bigBox p {

        font-size: 11px;
    
    } 

    .bigBox .firstBox h1 {

        font-size: 25px;
    
    } 

}