#FAQs-Infos{
    width: 70%;
    height: max-content;
    margin: 3% 15% 0 15%;
    background-color: rgba(0, 3, 14, 0.926);
    border-image-source: url("../Imgs/FAQs/FAQs-Border.png");
    border-image-width: 25px 60px;
    border-image-slice: 50 85 fill;
    filter: drop-shadow(0 0 3px rgba(35, 167, 255, 0.8));
}
#FAQs-Infos h2{
    width: 80%;
    color: #ffffff;
    font-size: 18px;
    text-shadow: 0 0 3px white;
    padding: 20px 0 20px 3%;
}
button {
    font-size: 18px;
    color: rgb(255, 217, 187);
        text-shadow: 0 0 3px white;
    background-color: transparent;
    margin: 0 0 20px 2.5%;
    border: none;
    cursor: pointer;
    user-select: none;
}
.answer{
    width: 80%;
    height: 0;
    overflow: hidden;
    padding: 0 0 0 4%;
    transition: height .7s ease, padding .7s ease;
}
#FAQs-Infos p{
    color: white;
    font-size: 16px;
    text-shadow: 0 0 1px white;
}