body {
    background-color: #e5edee;
    background-image: url("/ScarusTheme/images/bg-parallax-1-1.webp");
    background-size: 100%;
    background-position: center;
  }
  .center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    text-align: center;
  }