.container { background-color: #c0c0c0; height: 30px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 10px; padding: 2px; } .taskbar { display: flex; flex-direction: row; text-align: left; } .startButton { font-weight: bold; display: inline-flex; justify-content: space-around; align-items: center; width: 80px; border-top: 2px solid white; border-left: 2px solid white; border-bottom: 2px solid #828282; border-right: 2px solid #828282; margin-right: 10px; } .startIcon { height: 20px; } .windows { display: flex; flex-direction: row; align-items: center; gap: 5px; } .window { height: 25px; min-width: 150px; padding-left: 10px; display: inline-flex; align-items: center; border-top: 2px solid white; border-left: 2px solid white; border-bottom: 2px solid #828282; border-right: 2px solid #828282; } .windowIcon { font-size: 11pt; margin-right: 5px; } .windowActive { min-width: 150px; padding-left: 10px; display: inline-flex; align-items: center; border-bottom: 2px solid white; border-right: 2px solid white; border-left: 2px solid #828282; border-top: 2px solid #828282; }