/* Button Styling */
.button-container {
    margin: 20px 0;
    text-align: center;
}

.btn {
    background-color: #a0522d;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.btn:hover {
    background-color: #8b4513;
}

.ask-question-btn {
    display: inline-block;
    width: 400px;
    text-align: center;
}