@charset "UTF-8";
@font-face {
  font-family: "Demi";
  /* El nombre que quieras darle a la fuente */
  src: url("demi.otf") format("opentype");
  /* Reemplaza 'ruta-a-tu-fuente' con la ubicación de tu fuente OTF */
}
body {
  font-family: Arial, sans-serif;
  /*font-weight: 600;
  text-align: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;
  /*height: 100vh;
  /* Establece la altura del cuerpo al 100% de la ventana gráfica */
}

.responsive {
  position: center;
  width: 10%;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

::-moz-selection {
  color: #fff;
  background: #2128bd;
}

::selection {
  color: #fff;
  background: #5C3FAC;
}

h1 {
  color: #003272;
  text-align: center;
  font-size: 35px;
}

h2 {
  font-family: Code, monospace;
  color: #606060;
  text-align: center;
  font-size: 25px;
}

Footer {
  font-family: Code, monospace;
  color: #606060;
  text-align: center;
  font-size: 10px;
}