body{
background-color: greenyellow;
}
  
  h1{
    color: #000cff;
    font-family:sans-serif;
    text-align: center;
      font-size:50px;
}
img{
  width: 250px;
float: right;
  border-style:groove;
  border-color: blue;
  border-width:50px;
}

a{
  font-family: impact;
    font-size: 35px;
    border-style: dotted;
    border-color: #0096ff;
  border-width: thick;
    
}
