* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Potta One", cursive;
}

.content span {
  display: inline-block;
}

.container {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  font-size: 4em;
  color: white;
  letter-spacing: 0.5cm;
  background: linear-gradient(45deg,#000428,#004e92);
  overflow: hidden;
}
