img {
  width:300px;
  height:300px;
}
a {
  text-decoration:none;
  color:red;
}
a:hover {
  font-family:cursive;
  color:#ff69b4;
}
#rainbow {
  font-size:300px;
  text-align:center
}
body {
background-image: url("white.png");
background-size:cover;
background-align: center;
background-attachment: fixed;
background-position: center; 

}