* {
      padding: 0;
      margin: 0;
      box-sizing: border-box;
    }

    html,
    body {
      height: 100%;
    }

    .page-container {
      width: 100%;
      min-height: 100vh;
      background-image: url("../img/updating.webp");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }

    @media (max-width: 1220px) {
      .page-container {
        background-image: url("../img/Mobile-Updating.webp");
      }
    }