.container{
    margin: 100px auto;
}

.section-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-content {
    margin-bottom: 50px;
    padding: 20px;
}
.section-content li{
    margin: 15px auto;
}
.section-content a{
    font-size: 20px;
    color: darkorange;
}
.section-content p{
    font-size: 16px;
}