body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

.container {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.container img {
    width: 100%;
    height: auto;
    border: none;
}

.container p {
    margin-top: 20px;
    font-size: 18px;
}
