@charset "UTF-8";
body {
    margin: 20px;
    text-align: center;
}

.container {
  overflow-x: auto; /* ou scroll */
}