body{
    background-color: wheat;
    
}

img{
    width: 400px;
    height: 400px;
}

p:hover{
    color: red;
}

h1:active{
    color: blue;
}