@media (max-width: 768px) {
    body, html{
        display: flex;
        flex-direction: column;
    }
    header{
        width: 100%;
    }
    nav a{
        margin: 0rem 1rem;
    }
    header button{
        display: none;
    }

    .section-1{
        padding: 0px;
        flex-direction: column;
        align-items: center;
    }
    .text{
        width: 300px;
    }
    .text h1{
        font-size: 2.5rem;
        font-weight: bolder;
    }
    .text h1 span{
        font-size: 2.4rem;
    }
    .text p{
        width: 300px;
    }
    .section-1 img{
        width: 300px;
    }

    .section-2 p{
        max-width: 290px;
        margin: 10px;
    }

    footer div{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .wave{
        top: -110px;
    }
  }