body { width: 100%; } .er__title { height: 20%; background: #d6130c; display: grid; place-items: center; border-bottom-left-radius:50%; border-bottom-right-radius:50%; } .alerts { height: 80%; display: flex; flex-direction: column; justify-items: space-around; } .alert { border: 1px solid black; margin: 20px; }