h1{ 
font-size: 50px; 
text-align: center; 
font-family:Aharoni;
color: red;
}
img{
width:700px;
height: 500px;
box-shadow: rgba(0,0,0,0.2) 10px 10px;
   border-bottom-left-radius: 15px;
   border-bottom-right-radius: 15px; 
   border-top-right-radius: 15px;
   border-top-left-radius: 15px;
   }
ul {
font-weight: bold;
color:red;
font-family: arial;
}
a {
color: white;
text-decoration: none;
font-weight: bold;
font-family: Arial;
}
h3 {
text-align: center;
color:blue;
font-weight: bold;
font-family: aharoni;
}
p {
color: white;
font-size: 15px;
font-family: Arial;
}
h2 {
color:blue;
text-align: center;
font-family: Aharoni;
}
ol {
color: white;
font-family: arial;
font-weight: bold;
}
h4 {
color: white;
font-family: Arial;
}
p {
color: white;
font-family: arial;
}
ol {

 color:red;
font-family: arial;
font-weight: bold;
}

div {
height: 50px;
width: 120px;
border-radius: 6px;
border: 4px solid #0000cc;
background-color:black;
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: blue;
	font-weight: bold;
	text-decoration: none;
    text-decoration: underline;
	}

