h1 {
    font-family: "DM Sans", sans-serif;
    text-transform: uppercase;
    font-size: 100px;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-word;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 0px;
}




h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 50px;
    text-align: justify;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}


@media (max-width: 1150px) and (min-width: 670px) {
    h1 {
        font-size: 80px;
    }
    h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
   h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 30px;
    }
}

html {
    font-family: "DM Sans", sans-serif;
}

h3 {
    font-family: "DM Sans", sans-serif;
    font-size: 25px;
    text-align: justify;
    line-height: 1;
    margin: 0px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0px;
}