@media (pointer: coarse) {
    body {
        padding: 1px;
    }

    .container {
        padding: 1px;
        width: 100%;
        height: auto;
    }

    #top-right-text {
        position: static;
        text-align: center;
        margin-bottom: 10px;
        scale: 150%;
    }

    #bottom-right-text {
        position: absolute;
        bottom: 10px;
        text-align: center;
        scale: 250%;
    }

    .image-container img {
        width: 100%;
        height: auto;
    }

    h1 {
        font-size: 36px;
    }
}