﻿.Content {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 20px;
    border: 1px solid #ccc;
}
    .Content p {
        color: #666;
        line-height: 1.7;
        margin-bottom: 20px;
        width: 100%;
    }
h1 {
    color: black;
    margin:30px 0;
}
.title {
    font-size: 25px;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #666;
    font-weight:600;
}
.msg {
    font-size: 18px;
    line-height: 2;
    color: #666;
}