

  p{
    margin-bottom: 20px;
  }

  /*ok, todo lo que tenga p1 ahora se alinea o.o 
  y lo tenemos aca en vez de repetirlo en codigo*/

  .text-container {
    display: inline-block; /* Makes the container as wide as its content */
    position: relative; /* Needed for positioning the HR */
  }

  .text-container hr {
    width: 100%; /* HR width matches the text container width */
    margin: 0;
    border: none;
    border-top: 2px solid #4CAF50; /* Customize your HR style */
    position: absolute;
    bottom: -5px; /* Adjust as needed to position HR below the text */
    left: 0;
  }

  body {
    font-family: Verdana, sans-serif;
    border: double;
}

.section-table {
    width: 100%;
    border: dotted;
    border-collapse: collapse;
    background-color: #362e3c;
}

.inner-table {
    border: 0;
    padding: 5px;
    width: 80%;
    margin: 0 auto;
}

.header-cell {
    height: 100px;
    text-align: center;
    vertical-align: middle;
}

.text-container {
    display: inline-block;
    position: relative;
    
    
}

.header-text {
    font-size: 3em; /* Adjust to match size="7" */
    color: #4CAF50;
    text-shadow: 5px 5px 5px grey;
    text-align: center;
}

.header-text2 {
    font-size: 3em; /* Adjust to match size="7" */
    color: #4CAF50;
    text-shadow: 5px 5px 5px #14061d;
}

.header-hr {
    width: 100%;
    margin: 0;
    border: none;
    border-top: 1px solid #4CAF50; /* Customize HR color */
    position: absolute;
    bottom: -5px; /* Adjust as needed to position HR below the text */
    left: 0;
}

.fabricio-text{
    font-family: "Times New Roman", Times, serif;
    font-size: 3em; /* Adjust to the equivalent of size="9" */
    color: black;
    text-shadow: 5px 5px 5px rgb(92, 79, 79);
}

.image-cell {
    width: 10%;
}

.profile-image {
    width: 100%; /* Adjust as needed */
}

.description-cell {
    width: 60%;
}

.description-text {
    font-size: 1.25em; /* Adjust to match size="4" */
    font: "Verdana";
    color: white;
    margin-bottom: 1em; /* Space between paragraphs */
}

.description-text2 {
    font-size: 1.25em; /* Adjust to match size="4" */
    font: "Verdana";
    color: black;
    margin-top: 2em;
    margin-bottom: 1em; 
}

.custom-write-here{
    margin-bottom: -1em;
}


.container {
    display: flex;
}

.image-container {
    width: 100%; /* Adjust the width as needed */
    /*max-height: 983px;*/
    /*position: relative;*/

    align-items: center;
    justify-content: center;
  
    background-color: rgb(134, 94, 67);

    /* background-color: rgb(85, 67, 134); */
    
}

.image-container img {
    
    /*width: 100%;
    height: 100%;  Full height of the viewport */
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the entire space */
    /* opacity: 0.4; */
    /* animation: 5s infinite running myOpacity; */
    opacity: 0.4;
    transition: opacity 0.8s ease;
}

ul li {
    cursor: pointer; /* Make it clear that the item is interactive */
}

a:hover{
    color:tomato;
}

.projects-font{
font-size: 1.2em;
color:black;
font-family:'Times New Roman', Times, serif;
text-align:left
}

.border-color2{
   
    border: 5px outset;
    border-inline-color: rgb(68, 49, 41);
    border-radius: 5px;
}

.border-color{
   
    border: 5px outset;
    border-inline-color: rgb(68, 49, 41);
    border-radius: 5px;
}



.border-project{
    border: 15px outset; 
    border-top-color: #413e42;
    border-bottom-color: #413e42;
}

/* @keyframes myOpacity
{
50%{opacity: 20;}
} */

@keyframes myOpacity {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 0.9; }
}

a:hover pShadow {
    text-shadow: 2px 2px 5px rgb(0, 0, 0); /* Customize the shadow as needed */
}