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