body {
    background-color: lightblue;
    color: #333333;
    font-family: "Georgia", Times, serif;
    margin: 0;
    padding: 40px;
}

h1, h2, h3 {
    text-align: center;
}

h3 {
    font-family: "Times New Roman", Times, serif;
}
ul {
    list-style-type: circle;
    line-height: 1.8;
    padding-left: 20px;
    width: fit-content;
    margin: 0 auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background-color: lightgray;
}

th, td {
    border: 2px solid #dddddd;
    padding: 12px;
    text-align: left;
}

th {
    background-color: #0056b3;
    color: #ffffff;
}

.profile-img {
    width: 250px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: block;
    margin: 20px auto;
}