body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.code-of-conduct-section {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 20px;
}

h2 {
    text-align: center;
    color: #333333;
}

p {
    color: #666666;
    line-height: 1.6;
}

.conduct-item h3 {
    color: #333333;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
    color: #555555;
}

ul li {
    margin-bottom: 10px;
}
