@media screen and (max-width: 1000px) {
    header{
      flex-direction: column;
      background-color: rgb(255, 174, 0);
    }

    .menu{
        flex-direction: column;
    }
  }