body {
  margin: 0;
}

.marg {
  padding: 0 20px;
}

.content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
}

header {
  display: flex;
  align-items: center;
}

h1 {
  flex: 1 1 100%;
  text-align: center;
  color: #307dd6;
}

img {
  display: inline-block;
  width: 200px;
  margin: 0 0 20px 20px;
}

h2 {
  margin-bottom: 20px;
  text-indent: 2ch;
  color: #3049d6;
  line-height: 30px;
  text-transform: uppercase;
}

hr {
  margin: 20px 0;
  color: #dddddd;
}

p, li {
  font-size: 20px;
  line-height: 25px;
}

.indent {
  text-indent: 4ch;
}

footer {
  height: 50px;
  max-width: 1024px;
  margin: 0 auto;
  background-color: #aaaaaa;
}