body,
html {
    overflow-wrap: anywhere;
    font-family: "roboto";
    scrollbar-width: none;
    padding: 0px;
    margin: 0px;
    background-color: hsl(275, 100%, 97%);
}

.bg-container {
    background-image: url("assets/images/background-pattern-desktop.svg");
    max-height: 40vh;
    width: 100%;
    position: absolute;
}

.faq-card {
    background-color: white;
    max-width: 600px;
    position: relative;
    top: 200px;
}

.faq-head-img {
    width: 30px;
}

.questions:hover {
    color: lightskyblue;
    cursor: pointer;
}

.questions-icon {
    width: 25px;
}

.answer-para {
    color: cadetblue;
}
