*{
  margin:auto;
  }
.header img{
    width:1024px;
    border-radius: 20px 20px 0px 0px
    }
.title h1{
    color:azure;
    line-height:100px;
    font-size:48px;
    text-align: center;
      }
.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;
  }
.main{
  width: 1024px;
  height: 300px;
  background-color:#FFE6E1;
  margin: 10px auto;
  padding: 10px;
  }
.links{
  width: 1024px;
  height: 50px;
  background-color:azure;
  text-align: center;
  }
.links li{
  list-style-type: none;
  display: inline;
  padding: 10px;
  line-height:25px;
  }
.welcome{
  width: 1024px;
  height: 50px;background-color:lightpink;
  }
