* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.archivo-semibold {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body, html {
    height: 100%;
    font-family:  "Archivo", sans-serif;
    background-color: #ebebeb;
}

.contenedor {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 {
    font-size: 2.5rem;
    color: #333;
    text-align: center;
}