*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

nav {
  width: 100%;
  display: flex;
  justify-content: end;
}

p {
  font-size: larger;
  text-align: center;
}

a {
  font-size: larger;
  text-align: center;
}

nav > div > button {
  margin: 0.5rem;
  padding: 0.5rem;
  border: none;
  border-radius: 0.25rem;
  background-color: #f5f5f5;
  color: #000;
  font-size: 1rem;
  cursor: pointer;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  width: 96%;
}
.image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
img {
  height: 60%;
  width: 60%;
}

p.es {
  display: none;
}

div {
  margin: 0.75rem 0;
}
