@media (max-width:1280px) {
  .empty {
    margin: 0;
    padding: 0;
    overflow: visible;
    background: none;
   margin-bottom: 1vh;
  }
  .box-text {
    width: fit-content;
    top: 5vh;
    left: 15px;
    height: fit-content;
    position: relative;
    display: block;
    overflow: visible;
    margin-bottom: 2vh;
  }
  #d1, #d2, #d3, #d4,
  .fixed-text {
    width: 90vw;
    top: 0;
    position: relative;
    margin: 0 ;
   
   margin-bottom: 8vh;
    opacity: 1 ;
    height: fit-content ;
    overflow: visible ;
    pointer-events: auto ;
    display: block ;
  }
  #button-work, #button-acad, #button-edu, #button-exh {
    position: static;
    margin: 0;
    display: inline-block;
     pointer-events: none;
  }
  #timone {
    display: none
  }
  #download-cv {
    position: relative;
    bottom: 1vh;
    left: 45%;
  }
main {
    position: relative;
   top:0;

}

header {
    position: relative;
    background: white; /* opzionale */
    top: 65px;
  }
}
.nav {
  
  position: absolute;
  top: 0;
}

@media (max-width: 700px) {
    #timone {
        display: none;
    }
    #download-cv {
    position: relative;
    width: fit-content;
    bottom: 1vh;
    left: 40%;
  }
}


@media (max-width: 900px) {
  .fixed-text, #d1, #d2, #d3, #d4 {
    font-size: 13px !important;
  }
}