img{
  width: 450px;
  border-style: groove;
  border-width: 40px;
  border-color: blue;
}

h1{
  color: red;
  font-family: monospace;
  font-size: 40px;
}

p {
  color: red;
  font-family: monospace;
  font-size:20px;
}

body{
  background-color: rgba(219, 245, 105, 0.52);
}

a{
  color: blue;
  font-family: fantasy;
  border-style: groove;
  border-width: 5px;
  border-color: white;
  background-color: white;
}

h2{
  color: blue;
  font-family: monospace;
}

h3{
  color: limegreen;
  font-family: monospace;
  font-size: 30px
}

h4{
  color: gray;
  font-family: monospace;
}