html {
    background-color: #ffd834 ;
}

#onionLogo {
    transform: scale(0.95);
    margin-top: -1.5rem;
}

#firstSection {
    display: flex;
    justify-content: center;
    div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }
    
    h2 {
        font-family: "Fredoka", sans-serif;
        font-size: 2.5rem;
        width: 22rem;
    }
}

#screenshotsSection {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    div {
        width: 40vw;
        font-size: xx-large;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #32211c;
        text-align: justify;
    }
}

#endSection {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap-reverse;
    p {
        text-align: center;
        width: 24rem;
        font-family: "Fredoka", sans-serif;
        font-size: 2.5rem;
        font-weight: bold;
    }
}

main section {
    margin-bottom: 10rem;
}

@media only screen and (max-width: 1000px) {
    #firstSection {
        flex-direction: column;
        align-items: center;
        #onionLogo {
            transform: scale(0.4);
            margin-bottom: -16rem;
            margin-top: -18rem;
        }
        h2 {
            font-size: 2.2rem;
            text-align: center;
        }
    }

    #screenshotsSection div {
        width: 100vw;
        font-size: large;
    }

    #endSection p {
        font-size: 2.2rem;
        text-align: center;
    }

    main section {
        margin-bottom: 5rem;
    }

    header {
        height: 15rem;
    }

    img {
        width: 100vw;
    }

    
}
