@import "concrete.css"; body { text-align: center; } div.content { width: 50%; height: 100%; margin: 0 auto; position: relative; border: 1px solid var(--bg); } @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 var(--fg); width: fit-content; height: fit-content; padding: 5px; position: relative; margin-left: 0; margin-right: auto; } div.right { border: 2px solid var(--fg); width: fit-content; height: fit-content; padding: 5px; position: relative; margin-left: auto; margin-right: 0; } div.footer { position: absolute; left: 0; right: 0; bottom: 5px; margin-left: auto; margin-right: auto; width: 100%; /* Need a specific value to work */ }