* {
  color: #54595f;
  font-family: "Josefin Sans", Sans-serif;
  font-weight: 300;
  line-height: 1.3em;
}
body {
  margin: 0;
  width: 100%;
  height: 100vh;
}
.page {
  width: 100%;
  height: 100vh;
  background-color: transparent;
  background-image: linear-gradient(180deg, #fff 54%, #54595f 100%);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.top,
.btm {
  text-align: center;
}
.top img {
  width: 600px;
}
.btm {
  padding: 20px 10px 0;
}
.btm h2 {
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .top img {
    width: 400px;
  }
  .btm h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 420px) {
  .top img {
    width: 90%;
  }
  .btm h2 {
    font-size: 20px;
  }
}
