body {
  font-family: Calibri, sans-serif;
  font-size: 12px;
  line-height: 1.2rem;
  background: #b8eaff;
  background: linear-gradient(
    rgba(184, 234, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  height: 100vh;
}

html {
    min-height: 100%;
}

h1 {
  border-bottom: 2px dotted #296c86;
}

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

.main {
    width: 800px;
}