html {
    scroll-behavior: smooth;
}

body {
   font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;

}

.nav-boton:hover {
    transform: rotate(-2deg) scale(1.05) rotate(-4deg);
    background-color: #CEFC75;
    transition: transform 0.15s ease-in-out;
}

.sec-a {
    background-image: url('./img/pattern-2.png');
    background-repeat: repeat-x repeat-y;
    min-height: 380px;
}

.sec-b {
    background-image: url('./img/pattern-1.png');
    background-repeat: repeat-x repeat-y;
}

.sec-c {
    background-image: url('./img/pattern-3.png');
    background-repeat: repeat-x repeat-y;
    min-height: 300px;
}




