.rounded-box {
background-color: #f0f0f0; /* Light grey background */
border: 1px solid #ccc; /* Optional: A slightly darker border */
border-radius: 15px; /* Controls the roundness of the corners */
padding: 20px; /* Space between the text and the box edges */
margin: 20px; /* Space around the box itself */
width: 300px; /* Optional: Sets a specific width */
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Optional: Adds a subtle shadow */
}