body{
    color: #555;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
}
h1{
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}
h2{

}
h3{

}
p{

}
ul{

}
li{
    list-style-type: square;
}
.main-content{
    width: 70%;
    margin: 0 auto;
    max-width: 1024px;
    padding: 20px 0;
    margin-top: 20px;
}
.copyright{
    text-align: center;
    color: #09034b;
    font-weight: 600;
    font-size: 12.5px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    margin-top: 25px;
}