.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
}

.footer {
  margin-bottom: 10px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.navigation {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 38px;
  padding: 8px 16px;
  border: 1px solid black;
  text-decoration: none;
  color: black;
  border-radius: 8px;
}

* {
  font-size: 34px;
}

h1 {
  text-transform: uppercase;
  display: flex;
  font-size: 42px;
}

h2 {
  font-size: 38px;
}

@media only screen and (min-device-width: 700px) {
  * {
    font-size: 20px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  .navigation {
    font-size: 24px;
  }
}
