body {
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;

    margin: 0;
    padding: 20px;

    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.text {
    white-space: pre-line;
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.6;
}