  body{
    background-image: url(../star.png);
    	margin:0;
	padding: 30px 20% 1em 150px;
  }
h1{
  color: white;
}
hr{
  background-color: white;
  max-height: 3px;
}
p{
  color: white;
}
h2{
  color: white;
}
marquee{
  color:white;
}
img{
  border: 2px;
  border-color: white;
  border-radius: 4px;
}
.picturerow {
    padding: 20px;
    color: white;
    font-family: Comical Sans;
    src: url(Fonts/comic.ttf);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
    text-align: center; /* Centers the text inside the box */
    justify-content: center;
}

a:visited {
  color: rgb(51, 0, 255);
}