h1{
    text-align:center;
    font-family:Cursive;
    border:10px 20px 10px 20px;
    border-right-style:dashed;
    border-left-style:dashed;
    border-top-style:solid;
    border-bottom-style:solid;
}
.colorful:hover{
    background-color:Purple;
    font-size:40px;
}
body > p {
    text-align:center;
}
body{
    background-color:pink;
}
.decor{
    color:#007AFF;
}
img{
    height:40px;
}
.otherimg{
    height:200px;
    display: block;
    margin-left:auto;
    margin-right:auto;
}
img.change:hover{
    opacity:0%;
}
img.yah:hover{
    opacity:0%;
}
#eee{
    padding:10px;
    margin:5px;
}