body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #e1ddd5;
}

#header{
    background-color:#484891;
    color: white;
    width: 100%;
    height:90px;
    position:absolute;
    
}
#img1{
    width:90px;
    height:90px;
    position:absolute;
    top:0%;    
    left:0%;
}
#h1{
    width:300px;
    height:200px;
    position:absolute;
    top:2%;    
    left:7%;
}
#img2{
    width:150px;
    height:150px;
    position:absolute;
    top:22%;    
    left:25%;
    right:30%;
    bottom:10%;
}
#img3{
    width:150px;
    height:150px;
    position:absolute;
    top:22%;    
    left:45%;
    right:30%;
    bottom:40%;
}
#img4{
    width:150px;
    height:150px;
    position:absolute;
    top:21%;    
    left:65%;
    right:30%;
    bottom:10%;
}
#img5{
    width:150px;
    height:150px;
    position:absolute;
    top:53%;    
    left:25%;
    right:30%;
    bottom:30%;
}
#img6{
    width:150px;
    height:150px;
    position:absolute;
    top:53%;    
    left:46%;
    right:50%;
    bottom:50%;
}
#img7{
    width:150px;
    height:150px;
    position:absolute;
    top:51%;    
    left:65.5%;
    right:70%;
    bottom:80%;
}
#w1{
    width:600px;
    height:100px;
    position:absolute;
    bottom: 5%;   
    left:7%;
}
#content{
    color:#003060;
    width: 200px;
    height: 200px;


}
#w2{
    position:absolute;
    top: 44%;
    left: 30.5%;
    transform: translate(-50%,-50%);
}
#w3{
    top:44%;
    left: 50.4%;
    position: absolute;
    transform: translate(-50%,-50%);
}
#w4{
    position: absolute;
    top: 44%;
    left: 70.3%;
    transform: translate(-50%,-50%);

}
#w5{
    position: absolute;
    top: 75%;
    left: 30.5%;
    transform: translate(-50%,-50%);

}
#w6{
    position: absolute;
    top: 75%;
    left: 51%;
    transform: translate(-50%,-50%);

}
#w7{

    position: absolute;
    top: 75%;
    left: 70.3%;
    transform: translate(-50%,-50%);

}
a:link {
    color:#3170aa;
    text-decoration:underline;
    }
    a:visited {
    color:#ff8f59;
    text-decoration:none;
    }
#footer{
    background-color: #484891;
    color: white;
    width:100%;
    height: 100px;
    position: absolute;
    bottom: 0%;

}

.fb-like{
    position: absolute;
    top: 540px;
    left: 93%;
}