.debug {
    border: solid red 1px;
}

body {
    background-color: #FAFAFA;
    font-family: "Montserrat", sans-serif !important;

}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

p h1 h2 {
    font-family: "Montserrat", sans-serif !important;
}

#upper-navbar {
    background-color: #0133A1 !important;
}

#navbar {
    background-color: #FFFFFF !important;
    box-shadow: 0px 3px 6px #00000029;
}

#header-welcome {
    font-size: 36px;
    color: #0133A1;
}

#text {
    font-size: 18px;
    color: black;
}

#header-key-features {
    font-size: 24px;
    color: #0133A1;
}


#header-selection {
    font-size: 24px;
    color: #0133A1;
}

.redirect-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 13px #00000029;
    border: 0.5px solid #0133A1;
    border-radius: 19px;
    height: 145px;
    max-width: 439px;
    transition-duration: 0.4s;
}
.redirect-btn:hover {
    background: #e7e7e7;
    cursor: pointer;
}
.arrow-right {
    height: 25px;
}