body {
  background-color: #9d5c56;
  color: white;
  height: 100vh;
}

.text {
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  font-family: 'nautier', serif;
  margin: auto;
}

.logo img {
  width: 360px;
}

.container {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -45px;
}

@font-face {
  font-family: 'nautier';
  src: url('nautierserif-regular.woff2') format('woff2'),
    url('nautierserif-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 35rem) {
  .logo img {
    width: 215px;
  }

  .container {
    margin-top: -27px;
  }

  .text {
    font-size: 18px;
    line-height: 23px;
  }
}
