body {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 96px;
    text-align: center;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .colon {
      margin: 20px;
  }
