@import url(CSSReset.css);
@import url(SCDNavbarCSS.css);
#ReviewsSect{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#Reviews{
    width:500px;
}
#FAQ>div{
border:black solid 2px;
}
p{
    user-select: none;
}
footer{
    font-style: italic;
}
.Hover{
    transition: background-color 1s;
}
.Hover:hover{
    background-color: rgb(213, 213, 213);
    cursor: pointer;
}
#FAQ>div:hover{
    cursor: pointer;
}
