* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f0b07;
  color: #f2f2f2;
  font-family: "Garamond", serif;
  letter-spacing: 0.3px;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
  width: 100%;
}

.block {
  display: inline-block;
  text-align: center;
  line-height: 1.6;
}

.block h1 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}

.block .tagline {
  font-family: "Baskerville Old Face", serif;
  font-size: 1rem;
  color: #cfcfcf;
  margin-bottom: 0.5rem;
}

.block .contact {
  font-family: "Baskerville Old Face", serif;
  font-size: 1rem;
  color: #cfcfcf;
}
