* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue",  Arial, sans-serif;
  margin: auto;
  color: #302a2a;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 165px 0 124px;
  width: 100%;
  margin: auto;
  height: 100vh;
  background-color: #efede6;
}

.header {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  font-style: normal;
  margin: 0;
  max-width: 600px;
}

.header > h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 600px;
}

.header > p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  flex-grow: 0;
  margin: 16px 0px;
}

a {
  color: #3a3a3a;
}

@media screen and (max-width: 1024px) {
    .container {
        background-size: contain;
        background-position-y: center;
    }
}

@media screen and (max-width: 600px) {

  body {
    width: 100vw;
  }

  h1 {
    font-size: 1.6rem;
  }

  ol {
    padding-left: 20px;
  }

  li {
    margin-bottom: 5px;
  }
}
