.custom-navbar  { height: 56px }
.main-container { margin-top: 56px }

.bg{
    background: rgb(50,93,121);
    background: linear-gradient(338deg, rgba(50,93,121,1) 24%, rgba(74,177,157,1) 74%);
    height: 100vh;
}

.main-text {
    font-size:1.4em;
    line-height: 1.4em;
}
