body {
    background-color: #dbe0e1;
}

@font-face {
    font-family: "TitlingGothicFBNArrRegular";
    src: url("/fonts/TitlingGothicFBNar-Reg.ttf");
}

@font-face {
    font-family: "TitlingGothicFBNArrStandard";
    src: url("/fonts/TitlingGothicFBNar-Stand.ttf");
}

.blue-border {
    margin: auto;
    align-self: center;
    width: 60%;
    border: 3px solid #5a9bd4;
    color: #2e3c4d;
    padding: 50px;
    font-family: "TitlingGothicFBNArrRegular";
}

.h3 {
    font-family: "TitlingGothicFBNArrStandard";
    color: #2e3c4d;
}