body {
  padding: 14px;
  font-family: Open Sans;
  color: #DEDAFD;
  background-color: #363535;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 75vw;
}

main article {
  width: 25vw;
  padding: 1vw;
}

main article img,
main img {
  width: 100%;
  height: auto;
}

h1 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 80px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  font-family: Open Sans;
}

.content-page main {
  font-family: 'Times New Roman', Times, serif;
  font-size: 28px;
}

.content-wrapper {
  max-width: 900px;
  margin: auto;
}