.content-subpage {
    text-align: center;
    display: flex;
    align-items: center;
}

.footer {
    display: block;
    border: none;
}

.random-image {
    padding-top: 1em;
    padding-bottom: 1em;
    width: 60%;
    height: 400px;
    object-fit: contain;
    opacity: 0;
    transition: opacity .3s;
}

.random-image-name {
    font-style: italic;
    word-break: break-all;
}

.random-image-num {
    color: var(--salmon);
    word-break: break-all;
    font-size: small;
    font-variant: oldstyle-nums;
}

@media screen and (max-width: 1024px) {
    .content-subpage {
        margin: 0; /* Reduce margin for touch devices */
    }

    .random-image {
        width: 100%;
    }
}
