
dy {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #212121;
}

a {
  color: #2196f3;
  text-decoration: none;
}

h1 {
  font-size: 1.75em;
  margin-top: 1.5em;
  margin-bottom: 1.25em;
  line-height: 1.25em;
  font-weight: 700;
  font-family: Roboto;
}

h2 {
  font-size: 1.35em;
  margin-top: 1.25em;
  margin-bottom: 0.85em;
  font-weight: 500;
}

p {
  text-align: justify;
  margin-bottom: 1em;
}

div.wmg-delivery {
  background-color: #b6d3ff;
  border-radius: 4px;
  color: #212121;
}

main {
  width: calc(100% - 32px);
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  main {
    width: 704px;
    margin-left: calc(50% - 352px);
  }
}

