


body {
  background-color:lightcyan;
}

#heading {
  text-decoration-line: overline;
}

.standout {
  font-weight: bold;
  font-size: large;
}

.underline {
    text-decoration-line: underline;
text-decoration-color: darkblue;
  text-decoration-style: wavy;
}

h1 {
  color: darkblue;
}


h1 {
  text-shadow: 2px 2px;
}

p {
  text-align: center;
}
h1 {
  text-align: center;
}



img {
  float: right ;
  margin-left: 15px;
  width: 600;
  height: 600;  
}

img {
  clip-path: circle(50%);
}


.div2 {
  width: 3000px;
  height: 5000px;  
  border: 1px solid blue;
}










