.wrapper-ie{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
    flex-direction: column;
}

.text-ie{
    width: 50%;
    color: #050a4d;
    margin-bottom: 1rem;
    text-align: center;
}

.text-ie h2{
    font-size: 3rem;
    margin-bottom: .5rem;
    font-weight: 600;
}

.text-ie h3{
    font-size: 2rem;
    color: #050a4dc7;
    font-weight: 500;
}

.tables{
    padding-top: 3rem;
    justify-content: right;
    margin: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    color: white;
}

.header-cont{
    border: 1px solid black;
    border-collapse: collapse;
    flex-grow: 0;
    max-width: 80%;
}

.header-cont th{
    border: 1px solid black;
    flex-grow: 0;
}

.main-cont{
    border: 1px solid black;
    border-collapse: collapse;
}

th{
    border: 1px solid black;
    height: 3rem;
}

td{
    text-align: center;
    border: 1px solid black;
    width: 15rem;
    height: 3rem;
}

.blank{
    visibility: hidden;
    border-top: 1px solid white;
    border-left: 1px solid white;
}

.text{
    width: 27rem;
    text-align: right;
    padding-right: 1rem;
    background-color: #ebebebeb;
    color: black;
}

.orange-solid{
    background-color: #ee5d0fe0;
    font-weight: 500;
}

.blue-solid{
    background-color: #0b125fe3;
    font-weight: 500;
}

.green-solid{
    background-color: #16620ed7;
    font-weight: 500;
}

.blue{
    background-color: #050a4d27;
    color: #050a4d;
    font-weight: 600;
}

.green{
    background-color: #16620e2c;
    color: #16620e;
    font-weight: 600;
}
/* green #16620e */
/* orange #ec7e42*/
/* blue #050a4d */