*{
  margin: auto;
}
.header img{
  width:1024px;
}
.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;
}
.main{
  width: 1024px;
  height: 300px;
  background-color: #FF3F33;
  margin: 10px auto;
  padding: 10px;
}
.links{
  list-style-type: none;
  width: 1024px;
  height: 30px;
  background-color:azure;
  text-align: center;
}
.links li{
  list-style-type: none;
  display: inline;
  padding: 10px;
  line-height: 25px;
}
.welcome{
  width: 1024px;
  height: 30px;
  background-color: #9FC87E;
  line-height: 25px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}