h1 {
  font-family:monospace;
  color: antiquewhite;
  text-shadow: -2px 2px;
  text-align: center;
}

img {
  float:right;
  border-style: dotted;
  border-width: thick;
  border-radius: 400px;
  width: 400px
}

h3 {
  font-family:cursive;
  color: red;
}

body {
  background-color:blue;
}

p {
  color: #121212;
  font-family:fantasy;
  
}

a {
  color:#1ca476
    border-style: dotted;
  border-color:#e0e007;
  border-radius: 100px;
  padding: 5px;
  text-decoration:inherit;
  background-color: antiquewhite;
}

