.title_top {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.title_top > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
