body {
  /*background-color: #bbf17c;*/
  margin: 0;
}

.panel {
  display: flex;
  align-items: center;
  justify-content: center;
  /*width: 100vw;*/
  height: 100vh;
  font-size: 5vw;
  /*position: absolute;*/
  overflow: hidden;
}

.pac {
  background-color: #bbf17c;
}

.coming-soon {
  background-color: #3ce857;
}

.next-thing {
  background-color: #ce4600;
}

.third-thing {
  background-color: #3ce857;
}

.psbs {
  display: flex;
  align-items: center;
  justify-content: center;
  /*width: 100vw;*/
  height: 200vh;
  font-size: 5vw;
  /*position: absolute;*/
  overflow: hidden;
}

.atma-light {
  font-family: "Atma", system-ui;
  font-weight: 300;
  font-style: normal;
}

.atma-regular {
  font-family: "Atma", system-ui;
  font-weight: 400;
  font-style: normal;
}

.atma-medium {
  font-family: "Atma", system-ui;
  font-weight: 500;
  font-style: normal;
}

.atma-semibold {
  font-family: "Atma", system-ui;
  font-weight: 600;
  font-style: normal;
}

.atma-bold {
  font-family: "Atma", system-ui;
  font-weight: 700;
  font-style: normal;
}
