body { text-align: center; font-family: 'Lato', sans-serif; font-weight: 400; font-style: italic; font-size: 18px; } .system { margin: 10px; border-radius: 10px; padding: 3px; display: flex; height: 20vh; } h1, h2, h3 { margin: 5px; font-weight: 300; font-style: normal; } h1 { } .system-title-container { display: inline-flex; text-align: left; justify-content: center; flex-direction: column; } .system-info-container { display: inline-flex; text-align: right; flex-direction: column; padding: 10px; margin-left: auto; justify-content: center; } .system-title { font-size: 7vw; } .system-info-elem { font-size: 5vw; } .good-system { background-color: rgba(10, 200, 10, 0.9); } .bad-system { background-color: rgba(200, 10, 10, 0.9); }