body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
    color: #333;
}

h1, h2, h3 {
    font-weight: bold;
    color: #333;
}

p {
    margin-right: 100px;
    margin-left: 100px;
}

ul {
    margin-top: 10px;
    margin-bottom: 20px;
}

li {
    margin-bottom: 10px;
    margin-right: 100px;
    margin-left: 100px;
}

a {
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

br {
    margin-bottom: 20px;
}

b {
    font-weight: bold;
}
