body {
  background: lightseagreen;
}
p {
  color: black;
  text-indent: 2.0em;
}
h1 {
  font-weight: bold;
  font-family: fantasy;
  text-align: center;
  text-decoration: underline;
  color: rgb(190,20,0);
}

img {
  border-style: solid;
  border-color: darkolivegreen;
  border-width: 10px;
  
  
}

.bb {
  border-radius: 100px;
}

