body {
	background-color: DodgerBlue;
}

p, h1, h2, h3, h4, h5, h6 {

font-family: "Arial", sans-serif;
text-align: center;
color: white;

}

div {

text-align: center;
}

i1 {

padding: 10px;
color: white;

}



a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}