.header{       
  height: 130px;
  display: flex;
  flex-direction: row;
  align-items: center;
 justify-content: center;
  width: auto;
  
  
}
.work-text{
display: inline-block;
width: 130px; 
display: flex;
justify-content: center;
font-size: 20px;
font-weight: 500;
cursor: pointer;
transition: all 0.3s;
}

.work-text:hover{
  font-size: 23px;
}

.contact-text:hover{
  font-size: 23px;
}


.contact-text{
  display: inline-block;
  width: 100px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s
}
.name-text{
  display: flex;
  justify-content: center;
  flex-grow: 1;
  font-size: 40px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 230px;
  transition: all 0.3s;
  
  
}
.name-text:hover{
  font-size: 43px;
}

.second-header{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  font-size: 25px;

}