body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
    background-color: #fff9c4;
}
h1 {
    text-align: center;
}
.content {
    margin-top: 20px;
    padding: 20px;
    background-color: white;
    border: 1px solid #ddd;
}
.section-title {
    font-weight: bold;
    margin-top: 20px;
}
.bullet-list {
    list-style-type: square;
    padding-left: 20px;
}
.profile-image {
    float: right;
    width: 120px;
    height: 120px;
    margin-left: 10px;
    border-radius: 10px;
    border: 2px solid #00796b;
}
