@font-face {
    font-family: fuenteBase;
    src: url(fonts/AmaticSC-Regular.ttf);
}
  
h2 {
    font-family: fuenteBase;
    color: rgb(6, 11, 50);
}

/* fondo de la página */
body {
    background-color: rgb(244, 207, 74);
    margin: 0;
}