h1 { 
font-size: 50px; 
text-align: center; 
font-family: Cursive;
color: white;
}
img {
width:150px;
   height: 200px;
border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px; 
   box-shadow: rgba(0,0,0,0.2) 10px 10px;
   }
ul {
font-weight: bold;
color: white;
font-family: calibri;
}
a {
color: yellow;
text-decoration: none;
font-weight: bold;
font-family: calibri;
font-size: 50px;
}
h3 {
color: green;
font-weight: bold;
font-family: calibri;
text-align: center;
}
p {
color: white; 
font-size: 15px;
font-family: Arial;
}
h2 {
color: yellow;
text-align: center;
font-family: Arial;
}
ol {
color: white;
font-family: arial;
font-weight: bold;
text-align: center;
}
h4 {
color: yellow;
font-family: calibri;
text-align: center;
}
p {
color: white;
font-family: arial;
}
ol {

 color: green;
font-family: arial;
font-weight: bold;
}

div {
height: 50px;
width: 120px;
border-radius: 5px;
border: 4px solid #0000cc;
background-color: red;
text-align: center;
display: inline-block;
margin: 40px 40px 40px 40px;
padding: 5px 5px 5px 5px;

}
div img {
height: 40px;
width: 40px;
text-align: left;
}
a:hover {
	color: blue;
	font-weight: bold;
	text-decoration: none;
    text-decoration: underline;
	}
div a:hover {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
    text-decoration: underline;
	}

