#mapwrap { width: 2485px; height: 1654px; margin-bottom: 30px; } #map { position: absolute; width: 2485px; height: 1654px; background-size: cover; background-image: url(Maria.Gameboard.075.jpg); background-color: #ece1a9; } #political_display { position: relative; margin: 0 auto; width: 1169px; height: 827px; background-size: cover; background-image: url(Maria.Political.Display.100.jpg); background-color: #ece1a9; } body { background-color: slategray; } .panel { background-color: #444; width: clamp(824px, calc(100% - 30px), 1636px); margin: 12px auto 36px auto; box-shadow: 1px 2px 6px #0004; border: 1px solid #0008; } .panel_header { color: white; font-weight: bold; text-align: center; padding: 3px 1em; border-bottom: 1px solid #0008; } .panel_body { background-color: #555; display: flex; justify-content: start; flex-wrap: wrap; padding: 18px; gap: 18px; min-height: 350px; } .city { position: absolute; box-sizing: border-box; border: 2px solid black; width: 24px; height: 24px; border-radius: 100%; background-color: #0002; } .minor.fortress { position: absolute; box-sizing: border-box; border: 2px solid black; width: 28px; height: 28px; border-radius: 0%; //background-color: lime; } .major.fortress { position: absolute; border: 2px solid black; box-sizing: border-box; width: 40px; height: 40px; border-radius: 50%; //background-color: lime; } .Austria { background-color: #fcffff; } .France { background-color: #ea192e; } .Prussia { background-color: #035783; } .Netherlands { background-color: #7d7c7a; } .Silesia { background-color: #91b4a0; } .Saxony { background-color: #127a3b; } .Bavaria { background-color: #fcb01f; } .fortress.HRE { background-color: #b41a70; } .city.HRE { background-color: #e0d796; } .Poland { background-color: #cac180; } .major_road { position: absolute; box-sizing: border-box; background-color: black; width: 20px; height: 6px; } .road { position: absolute; box-sizing: border-box; background-color: dimgray; width: 20px; height: 4px; }