body {
	background-color: rgb(8,0,13);
    font-family: georgia, serif;
    font-size: 16px;
	font-weight: bold;
	color: white;
}

a {
  color: rgb(255,253,133);
  text-decoration:underline;
}
a:hover {
  color: rgb(255,253,133);
  text-decoration:none;
}

#helio {
  border: 0px solid purple;
  position: relative;
}

#helioCopy {
  border: 0px solid white;
  position: absolute;
  top: 50px;
  left: 420px;
}

#soniasun {
  border: 0px solid green;
  position: absolute;
  top: -300px;
  left: -300px;
}

.contactUs {
  font-size: 12px;
}

#footer {
  position: absolute;
  top: 500px;
  border: 0px solid red;
  width:100%;
}  
