*{
  margin: auto;
}
.header img{
  width:1024px;
  border-radius: 20px 20px 0px 0px;
}
.header{
  width:1024px;
  height:200px;
  background-color: #FFE6E1;
  margin-top: 100px;
  padding: 10px;
}
.title{
  width:1024px;
  height:75px;
  background-color: black;
  margin: auto;
  padding: 10px;
}
.title h1{
  line-height:100px;
  color: azure;
  text-align: center;
}