header h1{
  color:var(--text-color);
}

.header .contact-button{
  color:var(--text-color);
  border:1px solid var(--text-color);
  
  &:hover{
    .my-path {
      fill: #fff;
    }
  }
  
}

.my-path {
  fill: var(--text-color);
  transition: fill 0.3s ease-in-out;
}