body{
    background-color: rgb(92, 173, 80);
}


p{
    font-size: 18px;
}

h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

img{
    border: solid;
    border-style: groove;
    border-color:rgb(0, 59, 0) ;
    width: 150px;
    border-radius: 20px;
    border-width: 7px;
    
}

a{
    color:rgb(255, 136, 0) ; 
    size: 40px;
}

a:hover {
    color: rgb(0, 11, 109);
    font-size: 30px;
}
.panda{
    background-color:black ;
    color: white;
    border-color: white;
}
.nav{
    border-color: orange;
    border: solid;
}
.Cheetah{
    background-color: rgb(255, 198, 55);
    color: black;
font-family: Verdana, Geneva, Tahoma, sans-serif;

}

.container{
    display: flex;
    justify-content: center;
    text-align: center;
    justify-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.dolfin{
    background-color: rgb(120, 179, 230);
    color: aquamarine;
}
.dol{
    border-color: gray;
}
.che{
    border-color: black;
}
.gor{
    border-color: rgb(134, 134, 134);
}
.gorila{
    background-color: silver;
}
.pan{
    border-color: aliceblue;
    border-style: double;
    display: flexbox;
    justify-content: center;
}