html, body, .top-session, .info-session{
    display: flex;
}

html, .top-session, .info-session{
    align-items: center;
    justify-content: center;
}

h1::after, .top-session p, .info-session p{
    color:#6a6f81;
}