body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, #b22222, #8b0000);
  color: #fff;
  text-align: center;
}
header {
  padding: 2rem;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
p {
  nt-size: 1.2rem;
}
.lang-buttons {
  margin-top: 1rem;
}
button {
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  background: #fff;
  color: #8b0000;
  transition: 0.3s;
}
button:hover {
  background: #eee;
}
.content {
  max-width: 600px;
  margin: 2rem auto;
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
} /*
img {
  width: 205px;
  height: 410px;
}
  */
img {
  width: 9%;
  height: 18%;
}
p {
  width: 100%;
  height: 70%;
}
h1,
h2 {
  width: 100%;
  height: 20%;
}
