@media only screen and (max-width: 1024px) {

    .cat,
    .eye,
    .waves,
    .footer,
    .content,
    .text,
    .volume {
        display: none;
    }

    main {
        display: flex;
        flex-direction: column;

    }

    .madLibsEdit {
        background-image: url("src/madlibsedit bg.png");
        border-radius: 1em;
        width: auto;
        height: auto;
        padding: 1%;
        transition: all 0.5s;
        margin: auto;
    }

    .preview {
        margin-top: 10%;
    }

}

@media only screen and (max-width: 800px) {
    @font-face {
        font-family: 'Seuss';
        src: url('src/Seuss.woff2') format('woff2'),
            url('src/Seuss.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    body {
        background-image: url("src/background.jpg");
        display: flex;
        flex-direction: column;
        font-family: 'Seuss';
    }


    #inner-wrap,
    .waves,
    .text,
    #page-wrap,
    .footer,
    .content,
    #google_translate_element {
        display: none;
    }





    .main {
        margin-top: 5%;
        display: flex;
        flex-direction: column;
        /* justify-content: center;
        align-items: center; */
    }


    .madLibsEdit {

        width: 100%;

    }


    .preview {
        margin-top: 5%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    button {
        width: 6em;
        border-radius: 1em;
        order: 3;
        --button-color: #222;
    }



    .madLibsPreview {
        background-image: url("src/madlibspreview bg.jpg");
        background-position: center;
        border-radius: 1em;
        width: 90%;
        margin-top: 1%;
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.383);
        height: auto;
        padding: 5px 2% 12px 2%;
        background-color: #e70f0fa2;
        transition: all 0.5s;
        font-size: 1.5em;
    }

}





@media only screen and (max-width: 400px) {
    .volume {
        display: none;
    }

    body {
        display: flex;
        flex-direction: column;
        align-items: space-between;
    }

    .preview {
        height: 25vh;
        display: flex;
        align-items: end;
        flex-direction: column;
        margin-bottom: 5%;
    }
}