/* Textwrap (Image in Paragraph) */
.textwrap {
    float: left;
    margin: 10px;
    max-width: 200px;
    border-radius: 5px;
}

#continueBtn {
    display:block;
    background-color: #850007; /* Custom color for Continue button */
    color: #ffcc66;
}


/* Added padding for the paragraph text */
.about-content p {
    padding: 5px;
    margin-bottom: 33px; /* Ensure space at the bottom to avoid overlap with the ad */
}
/* Ensure the image has some margin around it */
.about-content img {
    margin: 10px;
    float: left;
}