
body {
text-align: center;
background-color: #87CEFA;
color: white;
font-family: fontthree;
margin: 0;
}

.divforplaceupside {
	height: 150px;
}

.textzag{
margin-bottom: -20px;
margin-top: 0;
}

.content {
display: inline-block;
max-width: 1200px;
min-width: 1024px;
}
.animal img{
width: 600px;	
}
.animal {
display: flex;
flex-direction: row;
height: auto;
margin: 50px 0px;
justify-content: flex-end;
}
.zag{
font-size: 2em;
margin-bottom: -50px;	
}
.animalimg {
max-width: 50%;
text-align: left;
/*height: 400px;*/
width: 50%;
} 
.animalimg_img {
border-radius: 30px 30px 0px 0px;
object-fit: cover;
width: 100%;
margin-top: 0px;
border: 0px solid;
border-color: white;
}   
.animalimg img {
border-radius: 30px 30px 0px 0px;
object-fit: cover;
width: 100%;
/*height:90%;*/
margin-top: 0px;
border: 0px solid;
border-color: white;
}      
.between {
/*width: 20%;*/width: 100px;
}      
.animaldescription {
/*width: 30%;*/width: 500px;
text-align: left;
height: auto;
font-size: 30px;
}      
.name {
font-size: 35px;
margin-bottom: 5px;
/*color: black;*/
}
.age {
font-size: 20px;
font-weight: 20;
margin-top: 0px;
/*color: black;*/
}    
.textabout {
max-width: auto;
font-size: 25px;
/*color: black;*/
}

.textabout p {
	word-wrap: anywhere;
}

.animalcard {
display: inline-block;
width: 45%;
margin: 20px;
min-width: 400px;
border: 0px solid;
border-radius: 30px;
border-color: black;
background-color: rgba(255, 255, 255, 0.15);
}