<style>
    .missions {
        background-color:#B4CBAC;
    }
    .header1 {
        float:left;
        text-align:left;
        width:75%;
        background-color:tomato;
        color: red;
    }
    .header2 {
        float:right;
        text-align: right;
        width:25%;
        background-color:tomato;
    }
    .button1 {
        border: 0;
        border-radius: 0.25rem;
        background: #C572F4;
        color: green;
        font-family: -system-ui, sans-serif;
        font-size: 1rem;
        line-height: 1.2;
        white-space: nowrap;
        text-decoration: none;
        padding: 0.25rem 0.5rem;
        margin: 0.25rem;
        cursor: pointer;
    }
    .button2 {
        border: 0;
        border-radius: 0.25rem;
        background: #72F472;
        color: red;
        font-family: -system-ui, sans-serif;
        font-size: 1rem;
        line-height: 1.2;
        white-space: nowrap;
        text-decoration: none;
        padding: 0.25rem 0.5rem;
        margin: 0.25rem;
        cursor: pointer;
    }
    .button3 {
        border: 0;
        border-radius: 0.25rem;
        background: #E6BB0D;
        color: white;
        font-family: -system-ui, sans-serif;
        font-size: 1rem;
        line-height: 1.2;
        white-space: nowrap;
        text-decoration: none;
        padding: 0.25rem 0.5rem;
        margin: 0.25rem;
        cursor: pointer;
    }
    .button4 {
        border: 0;
        border-radius: 0.25rem;
        background: #FA8107;
        color: white;
        font-family: -system-ui, sans-serif;
        font-size: 1rem;
        line-height: 1.2;
        white-space: nowrap;
        text-decoration: none;
        padding: 0.25rem 0.5rem;
        margin: 0.25rem;
        cursor: pointer;
    }
    .button5 {
        border: 0;
        border-radius: 0.25rem;
        background: #7E7163;
        color: white;
        font-family: -system-ui, sans-serif;
        font-size: 1rem;
        line-height: 1.2;
        white-space: nowrap;
        text-decoration: none;
        padding: 0.25rem 0.5rem;
        margin: 0.25rem;
        cursor: pointer;
    }
    .button6 {
        border: 0;
        border-radius: 0.25rem;
        background: #4951F5;
        color: white;
        font-family: -system-ui, sans-serif;
        font-size: 1rem;
        line-height: 1.2;
        white-space: nowrap;
        text-decoration: none;
        padding: 0.25rem 0.5rem;
        margin: 0.25rem;
        cursor: pointer;
    }
    .imgbox {
        display: grid;
        height: 100%;
    }
    .center-fit {
        min-height=100%;
        margin: auto;
    }
    .if2 {
        display: block;
        margin: 0px; 
        padding: 0px; 
        height=100%;
        border: none; 
        overflow-y: auto; 
        overflow-x: hidden; 
    }
    .services {
        background-color: #F4EDB7;
    }
</style>