body {
background-color: #FF0000;
}

caption {
border-color: black;
border: 3px solid;
}

table,tr,td {
border-color: black;
border: 3px solid;
}

.vak1 {
background-color: blue;
}

td {
width: 300px;
text-align: center;
}

img {
    width: 250px;
    height: 250px;
}

/* id s */

#meeuwtext {
background-color: lightblue;
}

#meeuwfoto {
background-color: cyan;
}

#vistext {
background-color: lightskyblue;
}

#visfoto {
background-color: blue;
}

#kikkertext {
background-color: rgb(153, 185, 87);
}

#kikkerfoto {
background-color: rgb(3, 216, 3);
}

#giraffetext {
background-color: greenyellow;
}

#giraffefoto {
background-color: yellow;
}

#kattext {
background-color: rgb(50, 205, 128);
}

#katfoto {
background-color: rgb(5, 99, 25);
}

#leeuwtext {
background-color: burlywood;
}

#leeuwfoto {
background-color: brown;
}

#stokstaarttext {
background-color: rgb(184, 132, 89);
}

#stokstaartfoto {
background-color: rgb(170, 98, 4);
}

#pinguintext {
background-color: rgb(37, 96, 121);
}

#pinguinfoto {
background-color: rgb(89, 120, 221);
}