body{background-color:#A8A9AE;
text-align:center;
}

img{width:35%;
border-style:ridge;
border-width:7px;
border-color:#262407;
}
.button{text-decoration:none;
border-style:outset;
border-width:5px;
border-color:#324001;
background-color:#324001;
color:white;
}
.button:hover{border-style:inset;
border-width:5px;
border-color:whitesmoke;
background-color:whitesmoke;
color:black;
}
h4{border-style:double;
border-width:10px;
border-color:#262407;
padding:5px;
margin:50px;
}