body {
    background-color: #eeffee;
    color: #000;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

img {
    width: 600px;
    margin-bottom: 0px;
}

p {
    text-align: center;
    margin-bottom: 20px;
}

h1 {
    text-align: center;
}

.screenshot-item {
    text-align: left; /* Align content to the left */
    margin-bottom: 20px;
    width: 600px; /* Match the width of the image */
}

.screenshot-item h2 {
    margin-bottom: 10px;
}

p {
    text-align: left; /* Align content to the left */
    margin-top: 0px;
    margin-bottom: 0px;
}

.image-column {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the whole item block */
}

.back-link {
    text-align: center; /* Align content to the centre */
    display: block;
    margin-bottom: 10px;
    margin-top: -20px;
    font-size: 16px;
    text-decoration: none;
    color: #007BFF;
}

.back-link:hover {
    text-decoration: underline;
    color: #0056b3;
}