app/src/components/Header.module.css [14:83]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0ms;
}

.left,
.right {
  flex: 1 1 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.logo {
  height: 50px;
  margin-left: 20px;
}

.behindLogo {
  height: 50px;
  position: absolute;
  left: 20px;
  top: 15px;
  z-index: 4;
}

.right {
  justify-content: flex-end;
}

.base h1 {
  font-weight: 300;
}

.headings {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.headings * {
  white-space: nowrap;
  position: absolute;
  transition: transform 1000ms ease, opacity 1000ms linear;
  opacity: 1;
}

.left button {
  position: relative;
  border-radius: 0.5em;
  padding: 0.5em 1em;
  font-size: medium;
  margin-left: 0.5em;
  background: #ff9900;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  color: white;
}

.right button {
  position: relative;
  border-radius: 0.5em;
  padding: 0.5em 1em;
  font-size: medium;
  margin-left: 0.5em;
  background: #ff9900;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



app/src/preHome.module.css [139:208]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0ms;
}

.left,
.right {
  flex: 1 1 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.logo {
  height: 50px;
  margin-left: 20px;
}

.behindLogo {
  height: 50px;
  position: absolute;
  left: 20px;
  top: 15px;
  z-index: 4;
}

.right {
  justify-content: flex-end;
}

.base h1 {
  font-weight: 300;
}

.headings {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.headings * {
  white-space: nowrap;
  position: absolute;
  transition: transform 1000ms ease, opacity 1000ms linear;
  opacity: 1;
}

.left button {
  position: relative;
  border-radius: 0.5em;
  padding: 0.5em 1em;
  font-size: medium;
  margin-left: 0.5em;
  background: #ff9900;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  color: white;
}

.right button {
  position: relative;
  border-radius: 0.5em;
  padding: 0.5em 1em;
  font-size: medium;
  margin-left: 0.5em;
  background: #ff9900;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



