body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.enter.static {
  width: 100%;
  display: flex;
}

.enter__container {
  padding-top: 40px;
}

.static .enter__container {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  max-width: 1024px;
}

.enter__content.static {
  display: flex;
  background: white;
  width: 100%;
  margin-top: 20px;
  align-items: center;
  flex-flow: column;
  min-height: 80vh;
}

.static .content {
  padding: 20px;
}

.static h1 {
  margin: 20px 0 15px 0;
  font-size: 24px;
}

.wrapper {
  flex: 1;
  background-color: white;
  padding: 40px 0px;
}

.wrapper * {
  color: #111111;
}

a {
  color: var(--main);
}

h1 {
  font-size: 20px;
  margin-bottom: 32px;
}

h2 {
  font-size: 17px;
  margin: 24px 0px 24px;
}

h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0px 20px;
}

@media screen and (max-width: 767px) {
  .header {
    height: 100px;
  }

  main {
    padding: 10px;
  }
}