
body {
  background-color: white;
  font-family: 'Righteous', cursive;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: 'Righteous', cursive;
  font-size: 60px;
  text-align: center;
  color: #ff6eee
    
}

a {
  text-decoration: none;
  color: #ff8925;
  font-size: 40px 
  
}

a:visited {
  color: #8900ff;
  
}

#wrapper {
  width:100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

hr {
  border-top: 12px dotted #5049ff
}

li {
  list-style-type:square;
  color: crimson
}

h2 {
  font-size: 35px;
  color: crimson
}