*{
  margin:auto;
 }
.header img{
  width: 1024px;
  border-radius: 20px 20px 0 0;
}
.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: azure;
      margin: 10px auto;
      padding: 10px;
 }
.links{
   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: #FFE6E1;
   line-height: 25px;
   padding: 10px;
   text-align: center;
   font-size: 18px;
   border-radius: 0 0 20px 20px;
 }
 