    * {
      box-sizing: border-box;
    }
    body {
      font-family: "Segoe UI", Arial, sans-serif;
      background: #f2f4f7;
      margin: 0;
      padding: 0;
    }

    h1 {
      text-align: center;
    }

    p {
      font-size: 18px;
      color: #444;
      text-align: center;
    }

    #ruckerTitle {
      word-spacing: 20px;
      letter-spacing: 5px;
    }

    #topRuckers {
      word-spacing: 20px;
      letter-spacing: 5px;
    }
