

@media (min-width: 768px) {
    body {
        width: 390px; /* Фиксированная ширина, как у iPhone */
        margin: auto;
    }
}
</style>