body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Make the body at least the height of the viewport */
    margin: 0 !important; /* Remove default body margin */
}

.main {
    flex-grow: 1; /* Allow the main content to grow and fill available space */
    width: 90%;
}

h1 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    line-height: 1.2em;
    font-size: 2em;
    letter-spacing: -0.01em;
    color:#1448C9;
    margin: 20px 0px 20px 0px;
    animation: none;
}

h2,h3 {
    color:#1448C9;
    font-weight: 400;
}

.footer {
    margin-left:0;
    margin-right:0;
}