 body {
    font-family: 'Times New Roman', Times, serif, sans-serif;
    font-size: x-large;
    margin: 40px;
    background: #4e4c59;
    background-image: url(Colombia/Antioquia/islotes.jpg);
      background-size: cover;
 }

 table {
    width: 100%;
    /* Ocupa todo el ancho */
    border-collapse: collapse;
    /* Une los bordes */
    border: 1px solid black;

 }

 thead {
    text-align: center;
    background-color: #4e4c59;
    color: white;
    font-weight: bold;
    font-size:
       large;
 }

 th {
    padding: 5px;
    /* Añade espacio interno al texto */
    text-align: left;
    /* Alinea el texto a la izquierda */
 }

 td {
    padding: 5px;
 }

 .cv-container {
    max-width: 800px;
    margin: auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px #4e4c59;
 }

 .contenedor-botones {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
 }

 .botones button {
    background-color: #4e4c59;
    color: white;
    border: none;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
 }

 .botones button:hover {
    background-color: #6c6a75;
    transform: translateY(-2px);
 }

 h1 {
    color: #4e4c59;
    margin-top: 30px;
    text-align: center;
 }

 h2 {
    color: #4e4c59;
    margin-top: 30px;
    text-align: center;
 }

 h3 {
    color: #4e4c59;
    margin-top: 20px;

 }

 .section {
    margin-bottom: 20px;


 }

 .info {
    margin-bottom: 10px;
 }

 ul {
    padding-left: 20px;
 }

 strong {
    color: #4e4c59;
 }

 dl {
    display: flex;
    flex-direction: column;
    position: static;

 }

 dt {
    font-weight: bold;
    margin-top: 10px;
    color: #4e4c59;
    display: inline-block;
 }

 dd {
    margin: 0 0 10px 20px;
    display: inline-block;
 }

 .img img {
    max-width: 300px;
    height: auto;
    border-radius: 80%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
 }