@layer temp, txt;

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-block: 2em;
    position: relative;
    /* top: 150px; */
    padding: 1em;
    background: #fff5 !important;
}

h1,
h2,
p,
a {
    width: fit-content;
    font-family: "Cormorant" !important;
}


.container h1 {
    font-size: 5em !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cta {
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.cta a {
    border-radius: 12px;
    padding: 0.5em 0.4em;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    margin: 0em;
    border: 1px solid #333;
    border-radius: 9px;
}

.cta .download {
    background: #222;
    color: #fff !important;
}

p {
    padding: 0.5em 1em !important;
    border-radius: 6px;
    background: #222;
    color: #fff;
    font-size: 30px !important;
}

body {
    background-image: linear-gradient(90deg, #1113, #fff5), url("https://www.samacinera.it/wp-content/uploads/2021/06/pasta_01.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}




@media (max-width: 600px) {
    p {
        font-size: 30px !important;
    }

    @layer {

        .container {
            h1 {
                position: relative;
                margin: 0 !important;
                padding: 0 !important;
                height: fit-content !important;
                line-height: 1em !important;
            }

            h2 {
                position: relative;
                margin-top: 0 !important;
                font-size: 1.2em !important;
                margin-inline: 1em !important;
                height: fit-content !important;
                font-family: "Roboto" !important;
            }


        }

    }

}