/* styles.css */
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.container {
  max-width: 100%;
  padding: 30px 20px 20px 20px; /* 30px de margen superior */
  box-sizing: border-box;
  text-align: center;
}

.container img {
  width: 100%;
  max-width: 1300px;
  height: auto;
  border-radius: 10px;
}
