body {
  box-sizing: border-box;
  background-color: #54565b;
  color: #d1d0ce;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  position: relative;
}

body:before {
  left: 2px;
}

body:after {
  left: 8.3px;
}

body:after,
body:before {
  position: absolute;
  top: -8px;
  bottom: -8px;
  width: 4px;
  z-index: 101;
  content: "";
  background: #ff6c00;
}

.container {
  padding: 50px;
}

header img {
  width: 180px;
  padding-right: 30px;
  padding-left: 30px;
}

main {
  margin: 50px auto;
  width: 1170px;
}

main div.title {
  font-weight: bold;
  text-align: center;
}

.content {
  padding-right: 30px;
  padding-left: 30px;
}

.content p.title {
  font-weight: bold;
}

.content .topics p {
  text-align: justify;
}

.content .topics p a {
  text-decoration: underline;
  color: #d1d0ce;
}

.content .topics p button {
  color: #d1d0ce;
  background-color: transparent;
  border: none;
  font-size: 18px;
  text-decoration: underline;
  cursor: pointer;
}
