img {width : 20%;
border-color: rgb(33, 208, 214);
border-width: 5px ;}

ul {text-align: left;
                  margin-left: 300px;
                  }

body {text-align: center;
background: linen;
color: darkblue;
font-size:  24px;}

a {background-color: rgb(0, 255, 153);
color: black;
border-style: inset;
border-width: 2px;
text-decoration: none;
padding: 5px;
margin: 20px;
border-radius: 20px;

a:hover {background:black;
color:white;
border-style:dotted;
border-width:2px;}
}
