.over {

}
.block1 {
border: 1px solid SteelBlue; 
background: SteelBlue; 
float: left; 
width: 200px; 
height: 300px; 
margin: 10px 20px;
text-align:center;
}
.block2 {
border: 1px solid SteelBlue; 
background:SteelBlue; 
float: left; 
width: 200px; 
height: 300px; 
margin: 10px 20px;
}
.block3 {
border: 1px solid SteelBlue; 
background:SteelBlue; 
float: left; 
width: 200px; 
height: 300px; 
margin: 10px 20px;
}
.block4 {
border: 1px solid SteelBlue; 
background: SteelBlue; 
float: left; 
width: 200px; 
height: 300px; 
margin: 10px 20px;
}
.block5 {
border: 1px solid SteelBlue; 
background: SteelBlue; 
float: left; 
width: 200px; 
height: 300px; 
margin: 10px 20px;
}
.text1 {
font-size: 24px;
color:#FFFFFF;
font-weight: bold;
}
.img1 {
border: 1px solid SteelBlue;

}
.myButton {
color: rgb(255, 255, 255); font-size: 18px; line-height: 18px; padding: 5px; border-radius: 0px; font-family: Georgia, serif; font-weight: normal; text-decoration: none; font-style: normal; font-variant: normal; text-transform: none; background-image: linear-gradient(to right, rgb(28, 110, 164) 0%, rgb(35, 136, 203) 50%, rgb(20, 78, 117) 100%);  border: 2px groove rgb(28, 110, 164); display: inline-block;}
.myButton:hover {
background: #1C6EA4; }
.myButton:active {
background: #144E75; }