.flex-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap; 
}

.card-box-raccoon{
    border-radius: 15px 50px 30px;
    width: 400px;
    height: 800px;
    margin: 50px;
    background-color: rgb(130, 179, 139);
    border: 10px solid rgb(39, 71, 16);
    box-shadow: 10px 5px 5px rgba(27, 52, 21, 0.75)
}

.card-box-owl{
    border-radius: 15px 50px 30px;
    width: 400px;
    height: 800px;
    margin: 50px;
    background-color: rgb(126, 181, 210);
    border: 10px solid rgb(8, 55, 73);
    box-shadow: 10px 5px 5px rgba(7, 27, 34, 0.75)
}

.card-box-sugarglider{
    border-radius: 15px 50px 30px;
    width: 400px;
    height: 800px;
    margin: 50px;
    background-color: rgb(235, 212, 183);
    border: 10px solid rgb(148, 124, 93);
    box-shadow: 10px 5px 5px rgba(67, 62, 24, 0.75)
}

h3{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    text-decoration: underline;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.heading-raccoon{
    color: rgb(29, 82, 13)
}
.heading-owl{
    color: rgb(13, 59, 82);
}
.heading-sugarglider{
    color: rgb(148, 124, 93);
}

.image{
      margin-right: 50px;
      margin-left: 50px;
      margin-top: 25px;
      margin-bottom: 20px;
}

img{
    height: 300px;
    width: 300px;
    border-radius: 15px 50px 30px;
    border: 3px solid rgb(255, 255, 255); 
    box-shadow: 5px 2px 2px rgba(109, 110, 109, 0.75)
}

.specs-box{
    border-radius: 15px 30px 30px;
    width: 300px;
    height: 300px;
    border: 3px solid rgb(255, 255, 255); 
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
    box-shadow: 5px 5px 5px rgba(91, 93, 90, 0.75);
}
.specs-background-raccoon{
    background-color: rgb(39, 71, 16);
}
.specs-background-owl{
    background-color:rgb(48, 156, 192);
}
.specs-background-sugarglider{
    background-color: rgb(224, 192, 152);
}

ul{
    list-style: none;
    font-family: Roboto, Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(255, 255, 255); 
    font-size: 13px;
    padding-left: 20px;
}

li span{
    font-weight: bold;
    color: rgb(255, 255, 255); 
    font-size: 15px;   
}


.main-text{ 
    font-family: Roboto, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: rgb(255, 255, 255); 
    text-align: justify;
    margin: 20px;
}

.intro-text{
    font-family: Roboto, Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(216, 221, 211);
    font-size: 12px;
    font-style: italic;
    margin: 20px;
}

.special-color{
    color:antiquewhite
} 