body {
    background: #ccc;
}
#main {
    width: min-content;
    margin: auto;
    background: #ddd;
    touch-action: manipulation;
}
