body {
  color: white;
  text-align: center;
  font-family: "montserrat"
}
ul {
  color: white;
  text-align: left;
  border-style: solid;
  box-shadow: 5px 5px 5px black;
  background-color: #262626;
}
h2 {
  color: white;
  border-style: solid;
  border-radius: 25px;
  background-color: #262626;
  text-shadow: 2px 2px 5px black;

}
body {
  background-image: url(ao.gif);
  background-position: 50% 50%;
  background-repeat: repeat;
   
}
#wrapper{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}