body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
    color: #333;
    text-align: center;
    padding: 30px;
}
@import url('site-theme.css');

.container {
    max-width: 600px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 4px solid #ff9800;
}
h1 {
    color: #ff5722;
    font-size: 26px;
    font-weight: 600;
}
p {
    font-size: 16px;
    line-height: 1.6;
}
.highlight {
    color: #ff9800;
    font-weight: bold;
}
.special-thanks {
    margin-top: 20px;
    font-style: italic;
    font-weight: 500;
    color: #d32f2f;
}