@import url("style.css"); /*herencia*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-items: center;
}
@font-face {
  font-family: letra;
  src: url("../sprites/Letra.otf");
}
.encabezado {
  display: flex;
  align-items: center;
  /* justify-content: space-between;*/
}
.titulo {
  font-family: letra;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.lista {
  display: flex;
  flex-direction: column;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu {
  display: block;
  color: aliceblue;
  text-align: center;
  text-decoration: none;
  font-family: letra;
}
.menu:hover {
  color: red;
}
h1 {
  font-size: 150px;
  color: aliceblue;
  text-shadow: 1px 1px 20px rgba(236, 14, 14, 0.91);
}
h3 {
  font-size: 50px;
  margin-bottom: 20px;
}
