Body{
    background-color:rgb(220, 208, 247);
    font-size: larger;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: double;
}
.head{
    color: crimson;
    font-size: x-large;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#para{
    color: black;
    font-weight: 200;
    font-size: larger;
    text-align: center;
}
.h6{
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    }
.hover-image{
    height: auto;
    width: 200px;
    transition: all 0.3 ease;
} 
.hover-image:hover{
    transform: scale(1.1);
}