html,body {
  background-color: white;
}

ul {
text-align: center;
font-weight: bold;
}

a {
font-size: 120%;
border-radius: 1em;
border: 0;
color: white;
background-color: black;
}

h1 {
text-align: center;
color: black;
}

p  {
text-align: center;
color: black;
}
