    h1{
        color:tomato;
        font-size:30px;
        text-align: center; 
}
h
    .mystyle1{background-color:lightblue; color:white;font-size:16px;}
h2{
    color:lightsalmon;
    text-align: center
}
.navbar{
    background-color: lightblue;
    overflow: hidden;
        width:100%;
  float: left;              /* line them up horizontally */
  display: block;
  color: white;             /* text color */
  text-align: center;
  padding: 15px 20px;       /* spacing */
  text-decoration: none;    /* remove underline */
}
a{
    text-decoration:none;
    color:white;
    font-size:18px;
    
}
#pid{
    background-color:antiquewhite;
}

