body {
  background-color: black;
  color: white;
  padding: 72px;
  margin: 0px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 300;
  font-style: normal;
}

h1 {
  font-size: 64px;
  line-height: 72px;
  margin: 0px;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 600px) {
  body {
    padding: 36px;
  }

  h1 {
    font-size: 40px;
  }
}