* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
  background: url(98.jpg) center bottom / cover no-repeat;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 32px;
}

.tagline {
  color: #1a1a1a;
  font-size: 10vw;
  font-weight: 600;

  @media (max-width: 768px) {
    font-size: 16vw;
  }
}

.contact {
  color: #1a1a1a;
  font-size: 28px;
  margin-top: auto;
}
