body { 
    
 padding:1em ;
 background-color: #69ECD2;
 color: #083191;
   cursor: wait;
}

/*links*/   
a {
   color: #000000;
   text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


h1 {
      font-family: "Henny Penny", system-ui;
      

}

/*image borders*/
.homeless {
    border: .5em inset #F7A445;
}

.Vet {
    border: .5em inset #FFFFFF;
}
.Puppies {
    border: .5em inset #12D316;
}
.logo {
    /*border: .5em inset #fc65c3;*/
    transition: 2s;
}
.logo:hover {
        border: .5em inset #fc65c3;

}

/*Float to the left*/

.floatRight{
 float: left;
}