body{
  background-image: url(bg1.jpg);
  margin: 0 auto;
}
header{
    background:#fff;
    height:120px;
    width: 1200px;
    margin:0px 100px 0px 100px;
    
}
header>img{
    padding-left: 300px;
    padding-top: 10px;
}
ul{
   list-style-type: none;
    font-family: cursive;
    font-size: 20px;
    height:30px;
    overflow: hidden;
    background-color: #000;
    padding: 0px 1px 0px 1px;
    
}
li{
  float:left;
    background-color:#000;
    
    

}
li a{
    
    color: yellow;
    text-align: center;
    padding: 0px 115px 0px 109px;
    margin: 0 1px 0px 1px;
    text-decoration: none;
}
li a:hover{
    background-color:#ffff03;
    color:black;
   margin: 0 1px 0px 1px;
}
section{
    
    width: 1200px;
    height:auto;
    background-color:oldlace;
    margin:0px 100px 0px 100px;
    opacity: 0.8;
    overflow: hidden;
    
    
}
.firstdiv{
    float: right;
    height: auto;
    width: 900px;
    font-size: 20px;
    font-family:Arial;
    
}
div>a{
    background-color: indigo;
    text-decoration: none;
    color: aliceblue;
    
    
}

    
#port{
    font-family: Arial;
    text-decoration-style: solid;
    text-align: center;   
}
.web{
  height: auto;
    width:280px;
    float:left;
    overflow: hidden;
    padding: 0px 5px 0px 5px;
    margin: 0px 5px 0px 5px;
    background-color: cornsilk;
}
.dev{
  height:auto;
    width:280px; 
    float: left;
    overflow: hidden;
    padding: 0px 5px 0px 5px;
    margin: 0px 5px 0px 5px;
    background-color: cornsilk;
}
.seo{
   height:auto;
    width: 280px; 
    float: left;
    overflow: hidden;
    padding: 0px 5px 0px 5px;
    margin: 0px 5px 0px 5px;
    background-color: cornsilk;
}
.soft{
  height:auto;
    width: 280px;
    float: right;
    overflow: hidden;
    padding: 0px 5px 0px 5px;
    margin: 0px 5px 0px 5px;
    background-color: cornsilk;
   
}
footer{
    background-color: aliceblue;
    width: 1200px;
    height: auto;
    margin: 0px 100px 0px 100px;
    overflow: hidden;
    margin-top: 5px;
}
.footerone{
    float: left;
    margin: 10px 0px 3px 10px;
    
}
.footertwo{
    float: right;
     margin:3px 3px 3px 10px;
}