body {
    background-color: white;
  color: lightblue;
  font-family: Helvetica;
}

h1 {
color:lightblue;
padding: 0px 20px 20px 20px;
width: 60%;
height:auto;
margin-left: 20%;
margin-right: 20%;
 text-align: center
}

h2 {
color:lightblue;
padding: 0px 20px 20px 20px;
width: 60%;
height:auto;
margin-left: 20%;
margin-right: 20%;
 text-align: center
}

p {
color:lightblue;
padding: 0px 20px 20px 20px;
width: 60%;
height:auto;
margin-left: 20%;
margin-right: 20%;
 text-align: center
}

img {
 text-align: center
}

a {
color:red;
padding: 0px 20px 20px 20px;
width: 60%;
height:auto;
margin-left: 20%;
margin-right: 20%;
 text-align: center
}



