body {
    font-family: montserrat, sans-serif;
    background-color: #222639;
    color: #ffffff;
}

h1, h2, h3, h4 {
    font-family: montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
}


.fullheight {
    min-height: 100vh;
}

.logo {
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 50px;
}

.highlight {
    position: relative;
    padding: 15px 30px;
    color: white;
}

#highlight-background {
    background-color: #0092D4 !important;
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}