html{
    touch-action: manipulation;
}

body{
    background-color: rgb(235, 137, 25);
    text-align: center;
}
.image-wide {
    width: 95vw;
    max-width: 640px;
}

