p {
    font-family: "Courier New", Courier, monospace;
    font-size: 20px;
    color: #000000;
    /*      top  right  bottom  left */
    margin: 0    0      0       0;
}
p1 {
    font-family: "Courier New", Courier, monospace;
    font-size: 15px;
    color: #000000 ;
}
.footer {
  position: absolute;
  right: 18%;
  bottom: 30%;
  left: 18%;
  padding: 1rem;
  background-color: #a8a8a8;
  text-align: center;
} 

