* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.content {
    padding-left: 16px;
}

h2 {
    font-size: 24px;
    margin-top: 0;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

/* Additional styles can be added here */
