      body {
          background: #CC4646;
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 100vh;
          font-family: sans-serif;
      }

      div.container {
          background: #CC4646;
          border-radius: 1rem;
          padding: 1rem;
      }

      a {
          color: inherit;
      }

      footer {
          text-align: center;
          padding-top: 30px
      }