body {
  font-family: Arial, sans-serif;
  background: #3b3265;
  background: radial-gradient(circle, #574c8a 27%, #2d2550 100%);
  color: #333;
  padding: 20px;
}
h1, h2, h3 {
  color: #ffffff;
  text-align: center;
}

h1 {
  font-size: 2.3em;
  margin-bottom: 50px;
}

h2 {
  font-size: 2em;
  margin-top: 70px;
  margin-bottom: 30px;
}

h3 {
  font-size: 1.7em;
  margin-top: 50px;
  margin-bottom: 20px;
}

p {
  color: #aaa9a9;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: justify;
}

a {
  color: #ffa300;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: color, background-color, border-color;
  transition-timing-function: linear;
}
a:visited, a:active {
  color: #ffa300;
}
a:hover {
  color: inherit;
}

img {
  max-width: 100%;
  margin-bottom: 20px;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}
.logo {
  display: block;
  margin: 40px auto;
  text-align: center;
}

ol, ul {
}

ol li, ul li {
  color: #ffffff;
  font-size: 18px;
  line-height: 2em;
}