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

body {
 background-color: #f7f7f7;
 }

.container {
  padding: 48px;
  width: 100%;
  margin: auto;
}

.header h3 {
  text-align: center;
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
}

.header {
  position: relative;
  padding: 0px;
  font-style: normal;
}

.header > h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  color: #1a1a1a;
}

.header > p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: left;
  color: #4a4a4a;
  flex-grow: 0;
  margin: 16px 0px;
}

.logo {
  margin-top: 75px;
  margin-bottom: 75px;
}

.logo img {
  width: 260px;
  height: auto;
}

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

  body {
    width: 100vw;
  }

  .header img {
    margin-left: 0;
  }

  h1 {
    font-size: 1.6rem;
  }

  ol {
    padding-left: 20px;
  }

  li {
    margin-bottom: 5px;
  }
}