/* Global Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.container_with_background {
    background-color: #fff;
    border-radius: 8px;
    margin: 20px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #333;
    font-size: 2.5rem;
    margin-top: 40px;
}

h2 {
    font-size: 1.8rem;
    color: #333;
    border-bottom: 2px solid #007BFF;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.row {
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
}

p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}
