h1 {color:red;}
h2 {color:black;}
h3 {color:black;}
h4 {color:red;}
h2 {font-family: "Comic Sans MS";
  font-size: 30px;
  font-style: italic;
  text-decoration: NA;}
h1 {font-family: "Comic Sans MS";
  font-size: 45px;
  font-style: italic;
  text-decoration: NA;}
h3 {font-family: "Comic Sans MS";
  font-size: 15px;
  font-style: italic;
  text-decoration: NA;}
h4 {font-family: "Comic Sans MS";
  font-size: 23px;
  font-style: italic;
  text-decoration: NA;}
h4 {
border: solid 10px black;
padding: solid 50px black;
margin:solid 50px black;
}
h5 {border:dashed 5px black}
img {width:1131px;
height: 1000px;}
.bobby {
  filter: drop-shadow(50px 50px 60px gray);
}

.bobby2 {
  filter: drop-shadow(50px 50px 60px gray);
}

a:hover {
  background-color: blue;
  color: white;
}

a:visited {
  background-color: purple;
  color: white;
}

a:link {
}

a:activate {
  background-color: red;
}

#square
{
  width:80px;
  height: 80px;
  background: pink;
  transform: rotate(deg);
}
