body {
  margin: 0;
  color: #f0f0f0; }

.content {
  margin-top: 3rem; }
  .content header {
    text-align: center;
    margin-bottom: 40px; }
  .content header img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
    border: 4px solid #f5a623; }
  .content h1 {
    font-size: 2.5rem;
    margin: 20px 0 10px; }
  .content p.subtitle {
    font-size: 1.2rem;
    color: #c0c0c0; }
  .content section {
    margin-bottom: 40px; }
  .content h2 {
    color: #f5a623;
    border-bottom: 2px solid #f5a623;
    padding-bottom: 5px;
    margin-bottom: 20px; }
  .content li {
    margin-bottom: 15px; }
  .content .title {
    font-weight: bold;
    font-size: 1.1rem; }
  .content .date {
    color: #aaaaaa;
    font-size: 0.9rem; }
  .content .description {
    margin-top: 5px; }
  .content .btn {
    display: inline-block;
    margin-top: 20px;
    background-color: #f5a623;
    color: #0b1a2a;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px; }
