.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{ background: #00b0f0; border-radius: 3px; display: flex; align-items: center; justify-content: center; color: white; padding: 3px 6px; } .footer{ font-size: 13px; display: flex; justify-content: space-between; }