body, html {
    height: 100%;
    margin: 0;
    color: white;
    background-color: #002B52;
    font-family: Arial, sans-serif;
}

.content {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.content img {
    max-width: 100%;
    height: auto;
}

.content p {
    margin-top: 20px;
    font-size: 24px;
}
