h2{
    font-size: 32px;
    text-align: center;
}
h3{
    font-size: 32px;
    background: cadetblue;
    text-align: center;
    color: deepskyblue;
}
image{
    width: 100%;
}
footer{
    height: 100px;
    background: #999999;
}
footer div{
    line-height: 100px;
    text-align: center;
    width: 30%;
    float: left;
}
p{
    font-size: 25px;
}
.logo {
    background-image: url("logo.jpg");
    background-size: 100% 100%;
    float: left;
    width: 300px;
    height: 150px;

}
.title {
    text-align: center;
    background-color:#33CCCC ;
    margin-left: 310px;
    height: 150px;
}
.title h1{
    color: white;
    line-height: 150px;
    font-size: 60px;
    height: 100%;
}
.section1{
border: 1px dashed red;
}
.section1 hr{
    border: 1px dashed red;
}
.section1 p{
    text-align: center;
    color: red;
}
.section1 h2{
    text-align: center;
    color: red;
}
.section2{

    border: 1px solid deepskyblue;
}
