@import url('fonts.css');

html, body {
  margin: 0;
}


body {
  font-family: 'brocharegular', serif;
  min-height: 450px;
  height: 100vh;
  background: radial-gradient(circle, #0077ea, #1f4f96, #1b2949, #000);
}


.container {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px; /* separación constante entre los divs */
}


.container:after {
  content: 'arume';
  width: 100%;
  display: flex;
  justify-content: center;
  color: whitesmoke;
  letter-spacing: -2px;
  font-size: 100px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 24px;
  order: 0;
}


#date, #device, #nav, #ip {
  position: static;
  left: unset;
  top: unset;
  transform: none;
  color: aquamarine;
  font-size: 28px;
  font-family: 'brocharegular', serif;
  letter-spacing: 1px;
  text-align: center;
  order: 1;
}
