.home-card-top { font-family: Bebas Neue; display: flex; position: absolute; width: calc(100% - (0.5rem * 4)); margin: 0.5rem; padding: 1rem 0.5rem; /* background: #0c2f61; */ border-radius: 15px; z-index: 1008; } .home-card-top .date { margin: auto auto auto 0; } .home-card-top .date .time1 { margin-right: 0.5rem; font-size: 2rem; } .home-card-top .title { display: flex; justify-content: center; align-items: center; }