nav{
    width: 100%;
    height: 80px;
    background-color: rgb(110, 131, 234);
    text-align: center; 
    font-size:xx-large; 
}
.parent{
    background-color: rgb(219, 99, 193);
    height: 100%vh;
    width: 100%vw;
    text-align: center;

}
.child{
    width: 300px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 25px 20px 15px rgba(0,0,0,1);
    font-size: x-large;
    font-family: "Merriweather", serif;
    word-spacing: 0.5em;
    
}
a{
    color:rgb(95, 243, 124) ;
    font-family: "Merriweather", serif;
}
a:hover {
    color: rgb(246, 95, 188);
    }
 a:active {
    color: rgb(66, 232, 224);}
#a1{
    border: 5px solid #cccccc;
padding: 15px;
text-align: center;
border-radius: 1em 4em 1em 4em / 2em 1em 2em 1em;
color:rgb(216, 127, 127);
position: fixed;
top: 450px;
right: 100px;
width: 35px;
height: 45px;
background-color: #efefef;
}
span{
    font-family:"Alfa Slab One", serif ;
}
.span1{
    color: red;
    text-shadow: 1px 1px 0px #000000;
}
.span2{
    color: orange;
    text-shadow: 1px 1px 0px #000000;
}
.span3{
    color: yellow;
    text-shadow: 1px 1px 0px #000000;
}
.span4{
    color: #fcfafa;
    text-shadow: 1px 1px 0px #000000;
}
#Apple{
    color: red;
}
#Ball{
    color: orange;
}
#Cat{
    color: rgb(246, 193, 129);
}
#Dog{
    color: chocolate;
}
#Egg{
    color: sandybrown;
}
#Fish{
    color: rgb(58, 195, 250);
}
#Goat{
    color: burlywood;
}
#Home{
    color: rgb(78, 218, 78);
}
#IceCream{
    color: rgb(248, 110, 60);
}
#jug{
    color: rgb(51, 100, 247);
}
#kite{
    color: purple;
}
#Lamp{
    color: rgb(227, 227, 54);
}
#Mango{
    color: rgb(238, 238, 112);
}
#Nest{
    color: rgb(176, 103, 79);
}
#Orange{
    color: orangered;
}
#Parrot{
    color: greenyellow;
}
#Queen{
    color: gold;
}
#Rabbit{
    color: lightslategray;
}
#Sun{
    color: rgb(231, 231, 12);
}
#Tree{
    color: green;
}
#Umbrella{
    color: palevioletred;
}
#Van{
    color: rgb(31, 181, 181);
}
#Whale{
    color: rgb(29, 113, 229);
}
#X-ray{
    color: rgb(45, 52, 154);
}
#Yogurt{
    color: rgb(225, 52, 110);
}
#Zebra{
    color: rgb(81, 56, 56);
}