.cv-container {
    align-self: center;
    max-width: 900px;
    width: 100%;
    padding: 40px 5%;
    padding-top: 20px;
}

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .cv-header {
    text-align: center;
    margin-bottom: 40px;
  }

  .cv-header h2 {
    font-size: 2.5em;
    margin: 0 0 10px 0;
  }

  .cv-header p.bio {
    margin: 0;
    font-style: italic;
    color: #555;
  }

  .cv-actions {
    position: fixed;
    top: 100px;
    right: 2%;
    z-index: 1000;
  }

  .cv-actions .btn {
    margin: 0 10px;
    padding: 10px 20px;
    background: #333;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
  }

  .cv-actions .btn:hover {
    background: #555;
  }

  .cv-section {
    margin-bottom: 40px;
  }

  .cv-section h3 {
    font-size: 1.8em;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }

  .cv-section ul{
    padding-left: 20px;
  }

  .cv-section ul li {
    list-style: none;
    margin-bottom: 10px;
  }

  .cv-section ul li a {
    color: #0066cc;
    text-decoration: none;
  }

  .cv-section ul li a:hover {
    text-decoration: underline;
  }

  .cv-section ul li i {
    margin-right: 8px;
    color: #555;
  }

  #contributions li {
    list-style-type: disc;
    list-style-position: outside;
  }

  #contributions ul li {
    display: list-item;
    margin-bottom: 4px;
 }

  #contributions ul li::marker {
    font-size: 0.7em;
  }

@media (max-width: 1300px){
    .cv-actions {
        position: static;
        text-align: center;
        margin-top: 20px;
      }

}
