h1 {
    color: White;
    text-align: center;
    font-Size : 55px;
    Border-width: 5px;
    border-radius: 25px;
    border-style: groove;
    border-color: silver;
    width: 35%;
    position: relative;
    left: 32%;
}
p1 {
    color: Red;
    text-align: center;
    font-size:50px;
  
}
h2{
    text-align: center;
}
ul {
    overflow: auto;
    background-color: #44ffff; /* Light blue */
    list-style-type: none;
    border: 3px solid #000000;
    text-decoration: none;
    color: black;
    padding: 3px 6px;
    text-align: center;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    width : 450;
    height: 125px;
}
li a { /* No mouse hover*/
}
/* On Mouse hover*/
li a:hover {
    background-color: black;
    color: #00FF00;
}
li2 a { /* No mouse hover*/
}
/* On Mouse hover*/
li2 a:hover {
    background-color: Blue;
    color: #00FF00;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height:5%;
   background-color: #0099ff;
   color: Black;
   text-align: center;
   font-size:18px;
   font-family: 'Harlow Solid Italic','Blackadder ITC','Agency FB', Arial, sans-serif;}