#div1{
    width: 20%;
    float: left;
}
#div3{
    width: 40%;
    float: right;
}
#div2{
    width: 40%;
    float: right;
}

image:hover{
    cursor: pointer;
}

.PARA{
    color: aquamarine;
}

h1{
    margin-top:30px ;
    text-decoration: overline;
    text-decoration-color: rgb(88, 2, 25);
    color: rgb(218, 184, 83);
}
