img{
    width: 300px;
}
img:hover{
    position: relative;
    bottom: 40px;
}
body{
    background-color: rgb(137, 214, 106);
    color: rgb(41, 27, 49);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
h1{
    text-align: center;
    font-size: 36px;
}
p{
    font-size: larger;
}