@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;500;600&family=Merriweather:wght@300;400&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mantenimiento {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #c94118;
  font-family: "Merriweather sans", sans-serif;
  color: #eeeeee;
}

h1,
h2 {
  padding: 0.5rem;
}
