body, html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #000b22; /* Blue background color */
    color: #ffffff; /* White text color */
}

.container {
    width: 90%;
    margin: 50px auto;
    height: 100%;
    background-color: #111c33; /* White background color */
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

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

h1 {
    text-align: center;
}

ul {
    display: table;
    margin: 0 auto;
}

p {
    text-align: center;
}

p, li {
    line-height: 1.6;
}
