@media screen and (max-width:700px){
  header{
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}