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

.content {
    max-width: 800px;
    width: 100%;
    padding: 50px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

b {
    font-weight: bold;
}

p {
    margin-bottom: 1em;
}

ul {
    list-style-type: disc;
    margin-bottom: 1em;
}

li {
    margin-bottom: 0.5em;
}

h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
