 body {
     margin: 0;
     padding: 0;
     object-fit:cover ;
     text-align: center;
     vertical-align: middle;
     font-family: 'Libre Franklin', sans-serif ;

 }
 h1 {
     padding-top: 10px;
     font-family: 'IBM Plex Mono', monospace;
 }

 h2 {
    font-size: 18px;
    padding: clamp(1rem, 5vw, 35px);
 }
 .center-text {
     left: 0;
     position: absolute;
     top: 50%;
     width: 100%;
     margin-bottom: auto;
 }

 .topnav {
     display: flex;
     flex-wrap: wrap;
     background-color: #333;
 }

 /* Style the links inside the navigation bar */
 .topnav a {
     color: #f2f2f2;
     text-align: center;
     padding: 14px 16px;
     text-decoration: none;
     font-size: 17px;
 }

 .topnav a:hover {
     background-color: #ddd;
     color: black;
 }

 .topnav a.active {
     background-color: #04AA6D;
     color: white;
 }


 .box{
     display: flex;
     justify-content: stretch;
     justify-items: center;
     justify-self: center ;
     flex-direction: row;
     align-items: center;
     margin: 0 auto;
     padding-bottom: 10px;
 }

 .projects-page .box img {
     border: 1px solid #ddd;
     border-radius: 8px;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
 }

 .box2{
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     justify-self: center ;
     flex-direction: row;
     align-items: center;
     margin: 0 auto;
     padding-bottom: 10px;

 }
 .contentbox2{
     padding: 10px;
 }
 .grid {
     display: grid;
     grid-auto-columns: 1fr;
     grid-template-columns: 1fr 1fr;
     grid-row-gap: 16px;
     grid-column-gap: 16px;
     justify-content: center;
     align-content: center;
 }

 .column{
     display: flex;
     flex-direction: column;
     flex: auto;
 }

 .footer {
     /* position:fixed;
       width: 100%;*/
     left: 0;
     bottom: 0;

     padding: 10px;
     text-align: center;
     /*todo update all footer year*/
 }

 .name-logo{
     display: flex;
     flex-direction: column;
     /*font-family: "Trap-Bold", Helvetica, serif;*/
     color: var(--variable-collection-logo-color);
     font-weight: 800;
     font-size: 3em;
     text-align: center;
     position: relative;

 }


 .crea-section {
     position: fixed;
     width: 100%;
     height: 924px;
     top: 0;
     left: 0;
 }

 .my-advice {
     position: fixed;
     width: 100%;
     height: 924px;
     top: 0;
     left: 0;
     padding: 10px;
 }

 .overlap {
     position: relative;
     width: 100%;
     height: 924px;
     background-color: #454444;
 }

 .temp-logo {
     position: absolute;
     width: 814px;
     height: 351px;
     top: 271px;
     left: 148px;
 }

 .overlap-group {
     position: relative;
     width: 100%;
     height: 351px;
     background-color: #ed9717;
     border-radius: 42px;
 }

 .text-wrapper {
     width: 551px;
     height: 188px;
     top: 81px;
     left: 50%;
     transform: translateX(-50%);
     font-family: "Trap-ExtraBold", Helvetica, serif;
     font-weight: 800;
     color: var(--variable-collection-logo-color);
     font-size: 85px;
     text-align: center;
     position: absolute;
     letter-spacing: 0;
     line-height: normal;
 }


 .crea-lo-que-tu {
     width: 483px;
     top: 162px;
     left: 50%;
     transform: translateX(-50%);
     font-family: "SF Pro Text-RegularItalic", Helvetica, serif;
     /*todo upload ^ font*/
     font-weight: 400;
     font-style: italic;
     color: #d9d9d9;
     font-size: 32px;
     position: absolute;
     letter-spacing: 0;
     line-height: normal;
 }

 .crea-description {
     font-family: "SF Pro Text-RegularItalic", Helvetica, serif;
     font-weight: 600;
     font-style: italic;
     color: var(--variable-collection-logo-color);
     font-size: 32px;
     text-transform: lowercase;
     margin: 0;
 }



 .crea-section.box {
     padding: 10px;
     background-color: #454444;
 }

 .embed-container{
     padding: 10px;
 }



 .video-responsive {
     position: relative;
     padding-bottom: 56.25%; /* 16:9 aspect ratio */
     padding-top: 25px;
     height: 0;
     overflow: hidden;
     max-width: 950px;
     margin: 0 auto;
 }
 .video-responsive iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }
 .past-events-images {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 1rem;
     margin-top: 0.5rem;
 }

 .past-event-image {
     width: 100%;
     max-width: 320px;
     height: 320px;
     object-fit: cover;
     display: block;
 }

 @media (min-width: 641px) {
     .past-event-image-lg {
         max-width: 480px;
         height: 420px;
     }

     main #crea-section {
         height: 780px;
         flex-direction: column;
         justify-content: space-between;
         align-items: flex-end;
     }

     #crea-section .name-logo {
         align-self: flex-start;
         text-align: left;
     }

     #crea-section .name-logo p {
         text-align: left;
     }

     #crea-section .crea-description {
         align-self: flex-end;
         max-width: 520px;
         text-align: right;
     }
 }

 /* ── Mobile ────────────────────────────────────────────── */
 @media (max-width: 640px) {

     /* Nav: stack links full-width on very small screens */
     .topnav {
         flex-direction: column;
     }
     .topnav a {
         text-align: left;
         padding: 12px 16px;
         border-bottom: 1px solid #444;
     }

     /* Projects: stack image + text vertically */
     .box {
         flex-direction: column;
         padding: 1rem;
     }
     .box img {
         width: 100% !important;
         max-width: 100%;
     }
     .box > div[style*="padding-left"],
     .box > div[style*="padding-right"] {
         padding-left: 0 !important;
         padding-right: 0 !important;
     }

     /* Iframes (Gravatar card on about page) */
     iframe {
         width: 100% !important;
         max-width: 100%;
         height: auto;
         min-height: 375px;
     }

     /* Past events: smaller fixed size on small screens */
     .past-event-image {
         max-width: 100%;
         height: 220px;
     }

     /* General readability */
     h1 {
         font-size: 1.5rem;
     }
     h2 {
         font-size: 16px;
     }
 }