h1{
    margin-top: 90px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 700;
}
.center{
    width: 1200px;
    margin: auto;
}
h3{
    color: rgb(120,120,120);
    font-size: 15px;
    text-indent: 2em;
    line-height: 25px;
}
h5{
    margin: 5px 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
p{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 2px;
}
span{
    font-weight: 700;
    color: #cb2a1f;
    text-decoration:underline
}