*{
  padding:0;
  margin:0;
}
body{
  font-size:16px;
  font-family:"Open Sans", sans-serif;
  font-weight:normal;
  text-align: center;
  padding:4em 0;
  color:#585954;
}
h1{
  margin-bottom: 1em;
}
li:first-child{
  width: 300px;
}
li:first-child a{
  justify-content: center;
}
li{
  list-style-type: none;
  margin:0 auto .5em;
  width: 180px;
}
li a{
  display:flex;
  justify-content: space-between;
  color:#585954;
  text-decoration:none;
  font-weight:300;
}
p{
    margin-top:2em;
}