*{
  margin: 1px;
  padding: 10px;
}
 
ul{
    list-style-type: none
}



ul li a { text-decoration: none;
          color: black;
          display: block; background-color:       lightskyBlue;
          text-align: center;
          font-family: courier;
          width: 100px;
          height: 20px;
          border: solid;
          font-weight: bold; 
          border: 2px;         border-radius: 100px;
 }
h2 {
 
 text-align: right;
 font-family: courier;
}
p {
 font-size: 10px;
 text-align: right;
 font-family: courier;
 font-weight: bold;
}
