.header{ display: flex; justify-content: space-between; } .title{ font-weight: bold; } .attendance{ background: #f4f4f4; box-shadow: 2px 2px 6px #d0d0d0; border-radius: 4px; padding: 12px; } .attendance-button{ margin: 0; } .progress{ margin: 4px 0; } .percent-text{ font-size: 14px; margin-left: 12px; font-weight: bold; } .footer{ font-size: 13px; display: flex; justify-content: space-between; }