/* Section */
.Section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100vw;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* EmptySection */
.EmptySection {
  background-color: rgb(255, 255, 255);
}

/* EmptyPadding */
.EmptyPadding {
  min-height: 50px;
  height: 6vh;
}

.Section h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.Section h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.Section .Text {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
