

.image {
  background-size: 100px auto!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
  background: url("../../images/loading.gif");
}

.image img  {
  width: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.image img { opacity: 0;}
.image img.img--loaded { opacity: 1;}
.section {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

p {
  max-width: 40ch;
  padding: 2rem
}

.section-inner {
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center
  padding-bottom: 20vh;
}

.section-2 .section-inner {
  height: auto;
}

.section-2 {
  background: var(--color--2);
  color: var(--color--1);
}

.section-1 {

}

.section-4 {
  background: var(--color--2);
  color: var(--color--1);
}
.height {
  border: dashed 2px grey;
  padding: 1rem;
  padding-bottom: 5rem;
}

.section h1 {
  font-size: max(4rem, min(12vw + 1rem, 16rem));
  margin: 0 auto;
}



button {
  display: inline-block;
  outline: none;
  padding: 8px 14px;
  background: var(--dark);
  border: solid 2px var(--light);
  color: var(--light);
  text-decoration: none;
  border-radius: 99px;
  padding: 12px 25px;
  font-weight: 600;
  cursor: pointer;
  line-height: 18px;
}
