.title-container {
    padding-top: 25vh;
    padding-bottom: 20vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.logo-softmos {
    position: absolute;
    top: 1rem;
    left: 2rem;
    height: 2.5rem;
    width: auto;
    z-index: 2
}

.dark-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    opacity: .3;
}