.hero-full-screen .top-content-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

html,
body {
    background-color: #000b47;
}

h6 {
    color: #ffffff;
}