body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
    background-color: #f9f9f9;
    color: #333;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #2c3e50;
}

h2 {
    color: #34495e;
}

p {
    margin: 10px 0;
}

.license-text {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid #2c3e50;
}

.license-text p {
    margin: 5px 0;
}

.footer {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9em;
    color: #7f8c8d;
}