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

.container {
    text-align: center;
    padding: 20px;
    max-width: 600px;
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

p {
    font-size: 18px;
    line-height: 1.6;
}
