@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');

* {
  box-sizing: border-box;
}

body {
  color: black;
  background: linear-gradient(rgba(228, 225, 224, 0.5), rgba(228, 225, 224, 0.5));

  font-size: clamp(2rem, 5vw, 4rem);
  text-transform: uppercase;
  display: flex;

  height: 100vh;
  width: 100vw;

  line-height: 54px;
  letter-spacing: 2px;
  font-family: 'Aboreto', sans-serif;
}

div {
  margin: auto;
  text-align: center;
}

span {
  font-size: 17px;
  display: inline-block;
  padding-inline: 2.5rem;
  border-top: solid black 1px;
  padding-top: 1rem;
  line-height: 1;
}
