body{
    background-color:Plum;
}
h1{
    color:MediumSeaGreen;
    text-align:center;
    font-family:cursive;
}
hr{
    color:DarkSlateGrey;
}
h4, ol, h6, figcaption{
    color:DarkSlateGrey;
    font-family:cursive;
}
p{
    color:DarkSlateGrey;
    font-family:cursive;
    text-align:center;
}
.p{
    text-align:left;
}
a{
    color:#3cb371;
}
h2{
    color:MediumSeaGreen;
    font-family:cursive;
}
mark{
    background-color:MediumSeaGreen;
}
.fergus:hover::after{
    content:" Fergus is a 7 month old West Highland White Terrier";
    background-color:MediumSeaGreen;
    cursor:pointer;
}

img{
    width:200px;
    height:200px;
    transition:height 2s, width, 1s;
}

img:hover{
    height:400px;
    width:400px;
}