#region {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
    width: 100%;
    max-width: 800px;
}

#region h1 {
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

#region ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}
