@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    overflow: hidden;
}

main {
    width: 100%;
    margin-top: 24vh;
    height: 50vh;
    background: linear-gradient(45deg, var(--gradient-1), var(--gradient-2));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h1 {
    text-align: center;
    font-size: 15vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--color-1);
    margin-bottom: 1rem;
    z-index: 9;
    line-height: 26vh;
}

p {
    text-align: center;
    width: 45%;
    font-size: 2vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--color-2);
    z-index: 9;
}
