body {
  box-sizing: border-box;
  background-image: url("./fondo.e77424c1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  padding: 20px;
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
}

.content-wrapper {
  text-align: center;
  background-color: #f0f0f0eb;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 360px;
  padding: 40px 30px;
  display: flex;
  box-shadow: 0 8px 25px #00000026;
}

.logo {
  max-width: 220px;
  margin-bottom: 30px;
}

nav {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

nav a {
  color: #fff;
  text-align: center;
  background-color: #6a4f4b;
  border-radius: 25px;
  width: 85%;
  max-width: 280px;
  margin: 10px 0;
  padding: 15px 20px;
  font-size: 1.15em;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s ease-in-out, transform .1s;
  box-shadow: 0 3px 7px #0003;
}

nav a:hover {
  background-color: #836761;
  transform: translateY(-2px);
}

nav a:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px #0003;
}

footer {
  color: #f0f0f0;
  text-align: center;
  box-sizing: border-box;
  background-color: #0009;
  width: 100%;
  padding: 15px 0;
  font-size: .85em;
  position: fixed;
  bottom: 0;
  left: 0;
}

footer p {
  margin: 5px 0;
}

footer a {
  color: #a0d8f0;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
