html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 12px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  height: -webkit-fill-available;
}

body {
  position: relative;
  color: #085078;
  font-size: 1rem;
  height: 100vh;
  height: -webkit-fill-available;
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(155deg, #085078 0%, #85D8CE 100%);
  background-size: 100% auto;
}

h1 {
  font-size: 1.4rem;
  font-weight: bold;
}

h2 {
  font-size: 1.2rem;
  font-weight: bold;
}

.container {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.wrapper {
  background-color: white;
  opacity: 0.8;
  margin: 2rem 2rem 0 2rem;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: #085078 1px 0 10px;
}

a {
  color: #085078;
  border: none;
}

footer {
  position: relative;
  padding: 2rem;
}
footer p {
  color: white;
  line-height: 1rem;
  font-size: 0.707rem;
  text-align: center;
}