body {
    margin: 0px;
    font-family: 'Manrope';
    font-size: 13pt;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

h1 {
    margin: 0;
    color: #102043;
    font-family: 'Inter',Arial,sans-serif;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.025em;    
}

h2 {
    display: block;
    width: 100%;
    font-size: 50px;
    color: #5884b3;
    font-family: 'Open Sans Condensed';
    text-align: center;
    font-weight: normal;
    margin-top: 0px; 
    text-align: left;
    border-bottom: 1px solid #d4d4d4;
    margin-top: 20px;
    margin-bottom: 20px;
}