body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

.container {
    width: 900px;
    margin: 0 auto;
    background-color: white;
    min-height: 100vh;
}

.header {
    background-color: #ffffff;
    padding: 40px 0px 0px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.logo {
    margin-bottom: 30px;
    text-align: center;
}

.logo img {
    max-width: 100%;
    height: auto;
    max-height: 150px;
}

.content {
    padding: 0px 20px 20px 20px;
}

h3 {
    margin-top: 0;
    color: #333;
    font-size: 24px;
}

p {
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 15px;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
