<1twhtm3css>
 body   {
background-color: linen;
  }
 h2  {
 	 	text-align: center;
 }
 img   {
 	width: 100%;
 	height: auto;
 	pointer-events: none;
 }
div   {
      width: 85%;
      height: auto;
       box-sizing: border-box;
	color: black;
 	font-size: 20px;
 	margin: auto;
 }
a   {
     background-color: skyblue;
     color: black;
     
     padding: 10px 20px;
     text-decoration: none;
   }
a:hover  {
   	    color: white;
   	    background-color: tomato;
   }
