page{ height: 100%; background-color: #f8f8f8; } .header{ background-color: #fff; border-radius: 5px; margin: 0.4rem; padding: 1rem 2rem; } .header .title { font-weight: bold; border-bottom: 1px solid #eee; padding-bottom: 1rem; } .header .info { display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; } .header image { width: 4rem; }