@import "concrete.css"; body { text-align: center; } div.content { width: 50%; height: auto; margin: 0 auto; position: relative; } @media screen and (max-width: 1440px) { div.content { width: 60%; height: auto; margin: 0 auto; position: relative; } } @media screen and (max-width: 1080px) { div.content { width: 80%; height: auto; margin: 0 auto; position: relative; } } @media screen and (max-width: 768px) { div.content { width: 100%; height: auto; margin: 0 auto; position: relative; } } progress { width: 75%; margin-left: auto; margin-right: auto; } div.left { border: 2px solid black; width: fit-content; height: fit-content; padding: 5px; position: relative; margin-left: 0; margin-right: auto; } div.right { border: 2px solid black; width: fit-content; height: fit-content; padding: 5px; position: relative; margin-left: auto; margin-right: 0; }