/*Text properties */ 
*{
  margin:auto;
}
.header img{
  width: 1024px;
  margin: auto;
  background-color: lightgreen;
  display: block;
}
 
.header{
  width: 1024px;
  height: 200px;
  background-color: lightpink;
  margin-top: 100px;
}
.title h1{
  color: azure;
  text-align: center;
  font-size: 30px;
  padding: 20px;
}
.title{
  width:1024px;
  height:100px;
  background-color:black;
  margin-top:10px;
}
.main{
  width:10
  height:200px;
  background-color:lightpink;
}
.links{
  width:1024px;
  height:50px;
  text-align: center;
  line-height: 24px;
 
 
}
.links li{
  list-style-type: none;
  display: inline;
}
.welcome{
  width: 1024px;
  height: 50px;
  background-color: lightpink;
  border-radius: 0 0 20px 20px;
  text-align: center;
  padding: 15px;
  }



