h1 {
    margin-top: 2%;   
    color:white;
    font-family: "Inter";
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}

.error-text { 
    margin-top: 1%;
    margin-left: 3%;
    margin-right: 3%;
    color: #8e9ba3;  
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

p a {
    color: #ff212d;
}

/* ------------------ */
/* 403 RESPONSIVENESS */
/* ------------------ */

@media only screen and (max-width: 1600px) {
    h1 {
        font-size: 38px;
    }

    .error-text  {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1250px) {
    h1 {
        font-size: 32px;
    }

    .error-text  {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1020px) {
    h1 {
        font-size: 26px;
    }

    .error-text  {
        font-size: 14px;
    }
}

@media only screen and (max-width: 940px) {
    h1 {
        font-size: 20px;
    }

    .error-text  {
        font-size: 12px;
    }
}

@media only screen and (max-width: 750px) {
    h1 {
        font-size: 16px;
    }

    .error-text  {
        font-size: 12px;
    }
}