* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
     body {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    h1 {
        font-size: 32px;
        margin-top: 150px;
    }

    #parrafo {
        font-size: 16px;
    }

    .botonservicios {
        font-size: 16px;
    }
     .logo {
        width: 20%;
    }
}
