.all {
    width: 1000px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
}

.header {
  width:100%;
  height: 50px;
  background-color: black ;
  border-bottom: 1px outset red;
  margin-top: 10px;
}