body {
  background-image: url("fondobw.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: Garamond;
}

.text {
  fill: black;
  transform-origin: 50% 50%;
  font-size: 1.32em;
}

svg {
  transition: transform 0.1s linear;
}

svg:hover {
  transition: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

#principal {
  background-color: rgba(255, 255, 255, 0.95);
  width: 25em;
  height: 20.5em;
  /* border-radius: 0.5em; */
}

#encabezado {
  margin-top: 1em;
}

#menu {
  margin-top: 1em;
}

#menu ul li a {
  text-decoration: none;
  color: #666666;
  font-weight: bold;
}

#menu ul li a:hover {
  color: #000000
}
