body {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
    color:  #E2E8F0!important;
    background-image: url(../images/webcast_background.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100vh;
}
header {
    min-height: 110px;
    display: flex;
    align-items: center;
    background-color: #111E2F;
}
.header-logo {
    width: 265px;
    max-width: 100%;
}
.container{
    max-width: 1000px;
}
.card {
    background-color:  #212D42F6 !important;
    border: 2px solid #3A4C6A !important;
    color: #B6C0CF !important;
}
.card, .alert, section {
    border: 1px solid #00263E !important; 
}
.card, section {
    background-color:  #212D42F6 !important;
}
.text-muted {
    color: #8E9AAF !important;
}
a {
    text-decoration: none;
    color: #6BBCEB;
}
a:hover {
    text-decoration: underline;
    color: #8FD0F2;
    text-decoration-color: #8FD0F2; 
}