* {
  box-sizing: border-box;
}
body {
  font-family: "ccmeanwhile", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: center;

  margin: 0;
  padding: 0;
  background: #ffff;

  .main-wrapper {
    .page {
      font-family: "ccmeanwhile", sans-serif;
      font-weight: 400;
      font-style: normal;
      height: 100vh;
      display: flex;

      align-items: center;
    }

    .txt {
      display: flex;
      flex-direction: column;
      height: 100vh;
      text-align: center;
      align-items: center;
      justify-content: center;
      width: 50vw;
    }

    .loss {
      margin-left: 5vw;
      margin-right: 5vw;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30vw;
      height: 100vh;

      img {
        object-fit: contain;
        width: 100%;
        height: 100%;
      }

      #p2 {
        font-size: 5%;
      }
    }
  }

  footer {
    height: 30vh;
    width: 100%;
    background-color: black;

    margin-top: 10%;
    margin-bottom: 10%;
    #logga {
      img {
        width: 100px;
      }
    }
  }
  .weird-wrapper {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 26%,
      rgba(0, 0, 0, 1) 94%,
      rgba(0, 0, 0, 1) 100%
    );

    .allTheLoss {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 2%;

      img {
        max-width: 400px;
      }

      .empty {
        width: 400px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
      }
    }
    #transition {
      display: block;
      min-height: 80vh;
      width: 100%;
      text-orientation: upright;
      writing-mode: vertical-lr;
    }
  }
}
