
body {
    font-family: Arial, sans-serif;
    background-color: #0f1f2f;
    color: #ffffff;
    padding: 20px;
    font-size: 18px;
    line-height: 1.8;
    max-width: 900px;
    margin: auto;
    text-align: center;
}
h1, h2 {
    color: #00c0ff;
    font-size: 30px;
}
ul li {
    margin-bottom: 10px;
}
footer a {
    color: #00c0ff;
    margin: 0 15px;
    text-decoration: none;
    font-size: 20px;
}
footer {
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
}
.images {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.images img {
    max-width: 100%;
    height: auto;
    flex: 1 1 auto;
    max-height: 400px;
}
.left-align {
    text-align: left;
}
