body {
  margin: 0;
}

header {
  display: none;
}

main {
  max-width: 732px;
  margin: 0 auto;
  padding: 21px 0;
}

article {
  font-family: CustomSerif, Georgia, Cambria, 'Times New Roman', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.58;
  color: rgba(0, 0, 0, .8);
}

h1 {
  font-family: CustomSansSerif, 'Lucida Grande', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  margin: 21px 21px 12px;
  line-height: 34px;
}

address {
  color: #79828B;
  margin: 12px 21px;
  font-family: CustomSansSerif, 'Lucida Grande', Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-style: normal;
}

p {
  margin: 0 21px 12px;
  word-wrap: break-word;
}

img {
  max-width: 100%;
}
