* {
  box-sizing: border-box;
}

body {
  background: white;
}

.logo {
  width: 50%;
  max-width: 320px;
  display: block;
  margin: 128px auto 0;
}

p {
  font-family: sans-serif;
  font-size: 12pt;
}

section {
  background: white;
  height: auto;
  margin: 32px auto 32px;
  padding: 16px;
  width: 80%;
  max-width: 480px;
  border: 1px solid black;
  box-shadow: 10px 10px black;
  translate: -5px;
}

section p{
  text-align: justify;
}

section p:first-of-type {
  margin-top: 0;
}

section p:last-of-type {
  margin-bottom: 0;
}

p.copyright {
  text-align: center;
}

a {
  color: black;
}