.eventsBox {
    height: calc(100vh - 48px);
    display: grid;
    place-items: center;
}