img {
	border-style: solid;
}

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

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

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

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

