body {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
}

img {
    width: 512px;
    height: 512px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border: 2px solid #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.puzzle-text {
    font-size: 1.5rem;
}
