
h1
{
  color: whitesmoke;
  border: thick;
  border-color: tomato;
  font-size:  100px;
  text-align: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-style: oblique;
  
}

ul
{
  list-style-type: none;
  color: white;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 70px;
  text-align: right;
}