body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: white;
    background-color: #000000;
}

.image-container {
    text-align: center;
}

.image-container img {
    height: 75vh;
    border-radius: 3px;
}

.image-container p {
    margin-top: 10px;
    font-size: 16px;
}
