
@media screen and (max-width: 1720px) {

    h1#title{
        font-size: 2.5em;
    }

}

@media screen and (max-width: 1520px) {

    #section_2 svg {
        width: 300px;
        height: 300px;
    }

    #title{
        font-size: 2em;
        margin-bottom: 1.5em;
        padding: 0 4em;
        text-align: center;
    }

    main p {
        padding: 0 3em;
    }
}

@media screen and (max-width: 1100px) {

    #section_2 {
        display: none;
    }

    div.svg-small {
        display: block;
        margin: 1.5em auto;
        width: 400px;

    }

    main {
        justify-content: center;
    }

    main p {
        margin: 0;
        padding: 0;
    }

}

@media screen and (max-width: 780px) {

    main {
        flex-direction: column;
        margin: 0px;
    }

    main p {
        font-size: 12px;
        margin: 0;
        padding: 0;
    }


    div.svg-small {
        display: flex;
        margin: 1.5em auto;
        width: 300px;

    }

    h1#title {
        font-size: .8em;

    }

    #buttons {
        flex-direction: column;
        margin-bottom: 0;
    }

    #buttons button {
        width: 200px;
        font-size: 8px;
    }

    main {
        flex-direction: column;
    }

    div.svg-small {
        width: 150px;
        
    }

    div.title {
        margin: 0 auto;
        text-align: center;
        justify-content: center;
        display: flex;
    }

    #logo {
        font-size: 1.2em;
    }

    nav#menu {
        justify-content: space-around ;
        align-items: center;
        justify-items: center;
        flex-direction: column;
        gap: 2em;
        font-size: .8em;
    }

    footer {
        font-size: 10px;
    }
}