@charset "utf-8";
.div1 {
    width: 100%;
    height: auto;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: 40px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
.h2 {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
.div2 {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    position: absolute;
    top: 800px;
    width: 100%;
    text-align: center;
    text-decoration: none;
}



hr {
    width: 50%;
    color: #08FF00;
}
.div4 {
    width: 48%;
    display: inline-block;
    float: right;
    position: absolute;
    top: 1600px;
    background-color: #000000;
    text-align: center;
    right: 20px;
}
.div5 {
    position: absolute;
    top: 2050px;
    background-color: #FFFFFF;
    text-align: center;
    width: 100%;
    color: #000000;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

.div3  {
    width: 48%;
    display: inline-block;
    float: left;
    position: absolute;
    top: 1600px;
    background-color: #000000;
    text-align: center;
    left: 20px;
}
