@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600;800&display=swap");
body,
html {
    margin: 0;
    padding: 0;
}

::selection {
    color: #fefefe;
    background: #111111;
}

* {
    font-family: "Open Sans", sans-serif;
    color: #111111;
    background: #fefefe;
}

h1 {
    margin: 1rem;
    padding: 0.75rem 1.25rem;
    font-weight: 800;
    font-size: 9rem;
    background: #111111;
    color: #fefefe;
}

h2 {
    margin: 0.5rem;
    font-size: 2.5rem;
}

h2 .price {
    font-weight: 600;
}

p {
    margin: 0.25rem;
    font-weight: 300;
    font-size: 1.5rem;
}

a {
    color: #111111;
    font-weight: 600;
}

#content {
    width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width: 1200px) {
    h1 {
        font-size: 8rem !important;
    }
    h2 {
        font-size: 3rem !important;
    }
    p {
        font-size: 1.75rem !important;
        text-align: center !important;
    }
}


@media screen and (max-width: 991px) {
    h1 {
        font-size: 5rem !important;
    }
    h2 {
        font-size: 2.5rem !important;
    }
    p {
        font-size: 1.5rem !important;
        text-align: center !important;
    }
}


@media screen and (max-width: 768px) {
    h1 {
        font-size: 4rem !important;
    }
    h2 {
        font-size: 2rem !important;
    }
    p {
        font-size: 1.5rem !important;
        text-align: center !important;
    }
}



@media screen and (max-width: 520px) {
    h1 {
        font-size: 3rem !important;
    }
    h2 {
        font-size: 1.5rem !important;
    }
    p {
        font-size: 1rem !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 3rem !important;
    }
    h2 {
        font-size: 1.5rem !important;
    }
    p {
        font-size: 1rem !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 425px) {
    h1 {
        font-size: 3rem !important;
    }
    h2 {
        font-size: 1.5rem !important;
    }
    p {
        font-size: 1rem !important;
        text-align: center !important;
    }
}
@media screen and (max-width: 402px) {
    h1 {
        font-size: 2rem !important;
    }
    h2 {
        font-size: 1rem !important;
    }
    p {
        font-size: 1rem !important;
        text-align: center !important;
    }
}
@media screen and (max-width: 300px) {
    h1 {
        font-size: 1.5rem !important;
    }
    h2 {
        font-size: 1rem !important;
    }
    p {
        font-size: 1rem !important;
        text-align: center !important;
    }
}