@charset "utf-8";
.docTitle {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.container {
    width: 80%;
    margin: 0 auto;
    background-color: #f0f0f0;
    padding: 2% 5%;
    border-radius: 10px
}

ul {
    padding-left: 20px;
}

ul li {
    line-height: 2.3
}

a {
    color: #20a53a
}