body {
  background: #c6e7f4;
}

p {
  color: black;
  font-family: sans-serif ;
}

h1 {
  font-weight: bold;
  text-align:;
  font-family: cursive;
  color: #5b5bd6;
  text-shadow: white -5px -5px;
}

.top-img {
  height: 100px;
  border-radius: 500px;
  margin: 8px;
  border-style: groove;
  border-width: 10px;
  border-color: ghostwhite;
  float: left;
  box-shadow: #3f42d7 -10px -10px;
}
a{
  font-size: 20px
}
img{
  border-style: groove;
  border-width: 20px;
  border-radius: 500px;
  border-color: aliceblue;
  box-shadow: blue -10px -10px
}