body{
    background-color:#0d1a00;
    font-family:fantasy;
    color:gray;
}
.evil{
    text-align:center;
    font-weight:bolder;
    font-style:italic;
    font-family:Verdana;
}
hr{
    color:brown;
    background-color:green;
}
#boing{
    background-color:Magenta;
    align-items: center;
    justify-content: center;
}
h1.bouncy{
    text-align:center;
    font-size:25px;
    font-style:italic;
    color:lime;
    
}
h1.bouncy:hover{
    font-size:50px;
    color:seagreen;
}
img.bouncy{
    height:100px;
    width:720px;
    display: block;
    margin: 0 auto;
}
img.bouncy:hover{
    height:650px;
    width:1450px;
}
.FakeLeave{
    color:purple;
}
.FakeLeave:hover: