img{ 
  width:500px;
  border-style: groove;
  border-width: 15px;
  border-color: hotpink;
  float: left;
}
body{
  background-color: #0088ff;
}
h1{
  font-family: monospace;
  color: #8cc7c7;
  text-align: center;
  
}
p{ 
color: #ff0000;
font-size: 20px;
text-align: inherit
}

h2{ 
color: aliceblue;
font-family: sans-serif
text-size: 30px;
}