/*====BODY=====*/
body{
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #ffffff
}
/*===LEFT COLUMN====*/
#left-column{
    width: 60%;
    float: left;
    background-color: aqua;
}
/*== styling the right colmn images===*/
#right-column img{
    width: 230px;
    margin-left: 140px;
    margin-top: 100px;
}
/*== logo==*/
img#logo{
    position: fixed;
    width: 150px;
    bottom: 20px;
    right: 10px;
}