body{
background-color:white;
color:teal;
text-align: center;
font-family:arial, sans-serif;
}

a, a:visited{
color:teal;
}
a:hover{
text-decoration:none;
}

#holding{
  text-align: center;
  padding: 3px 3px 3px 3px;
}
#holding p{
        font-size: 30px;
        text-decoration:bold;
}

#footer {
  position: absolute;
  bottom: 5px;
  width: 96%;
  left: 2%;
  text-align: center;
  padding: 3px 3px 3px 3px;
}

#footer p{
        font-size: 15px;

