body {
    display: flex;
    background-color: rgb(127, 255, 212, 0.5);
    flex-wrap: wrap;
    margin: 0;
    padding: 5%;
}


.text {
    font-size: large;
}


#calvin {
    width: 20vw;
}
#falcon {
    width: 20vw;
}
#leopard {
    width:20vw;
}
.mother {
    position: relative;
    top: -15vw;
    left: 20vw;
}
#mother {
    width: 20vw;
}
#salem {
    width: 20vw;
}
.kapama {
    position: relative;
    top: -19vw;
}
#kapama {
    width: 20vw;
}
.vultures {
    position: relative;
    top: -23vw;
}
#vultures {
    width: 20vw;
}
.giraffe {
    position: relative;
    top: -21.5vw;
}
#giraffe {
    width: 20vw;
}
.cora {
    position: relative;
    top: -23vw;
}
#cora {
    width: 20vw;
}