<style>
.faq-box {
width: 100%;
border: 1px solid #ddd;
margin: 20px 0;
padding: 20px;
}
.faq-question {
font-size: 18px;
margin: 10px 0;
}
.faq-answer {
display: none;
font-size: 14px;
margin: 10px 0;
}
</style>
<div class=”faq-box”>
<h2>Frequently Asked Questions</h2>
<div class=”faq-question” onclick=”toggleAnswer(1)”>1. What is the purpose of a Christian dating website?</div>
<div class=”faq-answer” id=”answer1″>
The purpose of a Christian dating website is to connect like-minded believers who are seeking to build godly relationships. It’s a place to meet and get to know other believers who share your values and faith.
</div>
<div class=”