.bestiary{
    margin-left: 17.5%;
}

.BestiaryDesc{
    display: flex;
    margin-top: 2%;
    flex-direction: row;
    justify-content: center;
    width: 80vw;
}
.BestiaryDescP{
    color: white;
    font-family: 'WebsiteFont', Arial, sans-serif;
    font-size: 1.2vw;
    transition: 1s;
    width: 56%;
    text-align: justify;
    border-radius: 0.2vh;
    line-height: 1.5vw;
    padding: 0.2vh;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transform: translateY(5vh);    
    margin-top: 10vh;

}
.BestiaryDescActive{
    visibility: visible;
    opacity: 1;
}
.BestiaryTitle{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2%;
}
.BestiaryTitleP{ 
    color: white;
    font-family: 'WebsiteFont', Arial, sans-serif;
    font-size: 2vw;
    transition: 1s;
    width: 80vw;
    text-align: center;
    border-radius: 0.2vh;
    line-height: 1.5vw;
    padding: 0.2vh;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 20vh;
}
.BestiaryTitleActive{
    visibility: visible;
    opacity: 1;
}

.BestiaryTitleP2{ 
    color: white;
    font-family: 'WebsiteFont', Arial, sans-serif;
    font-size: 1.3vw;
    transition: 1s;
    width: 80vw;
    text-align: center;
    border-radius: 0.2vh;
    line-height: 1.5vw;
    padding: 0.2vh;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 28vh;
}
.BestiaryTitleActive2{
    visibility: visible;
    opacity: 1;
}

.ImgSelected{
    filter: brightness(2);
}

.BestiaryImg{
    height: 8vw;
    width: 8vw;
    object-fit: cover;
    border-radius: 20%;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 1vw;
    padding-right: 1vw;
    margin-top: 2vh;

}

.BestiaryImgDiv{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    /* height: 31vh; */
}

.div-bestiary{
    width: 80vw;
    height: 50vh;
    margin-top: -5vh;
    margin-left: 10vw;
    margin-bottom: 45vh;
}