body {
  background-color: white ;
  color: black;
  font-family: monospace ; 
}

p1 {
font-size: 16px;
  text-align: center;
}

p3{
   font-size: 15px;
  text-align: center;
}

p2{
  text-align: center;
}

a {
  Color: black;
  text-decoration: none
}

.container {
 display: grid;
 align-items: center; 
 grid-template-columns: 1fr 1fr 1fr;
 column-gap: 60px;
 margin: 55px 0px 55px 310px;
}
