@import url('https://fonts.googleapis.com/css?family=Dosis');
body{
  background: #f5f5f5;
  /*background: black;*/
  font-family: 'Dosis', arial, sans;
}
.wrapper{
  width: 790px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  text-align: center;
}
h2{
  margin: 0;
  padding: 0;
}
a{
  color: black;
  text-decoration: none;
}
a:hover{
  color: orange;
}
li{
  margin-bottom: 5px;
}
.footer{
  font-size: 0.8rem;
  color: gray;
  /*text-align: center;*/
  /*border-top: dotted 1px gray;*/
  margin-top:2rem;
  padding-top: 1rem;
}