body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
}

.container {
    text-align: left;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 20px;
}

.logo {
    display: block;
    max-width: 200px;
    margin: 0 auto 20px auto;
}

h1 {
    color: #333;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    color: #333;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}

p {
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.email {
    font-weight: bold;
    color: #007BFF;
}

ul {
    list-style-type: disc;
    padding-left: 40px;
}

ul li {
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}
