section[class="costCategory"] {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    height: fit-content;
    min-height: 10vh;
    justify-content: flex-start;
    align-items: center;
}

section[style*="grid-area: first"] {
    background-color: #BBCCDD;
}
section[style*="grid-area: second"] {
    background-color: #EEEEEE;
}
section[style*="grid-area: third"] {
    background-color: #BBCCDD;
}
section[style*="grid-area: fourth"] {
    background-color: #EEEEEE;
}
section[style*="grid-area: fifth"] {
    background-color: #BBCCDD;
}

ul.header_menu li {
    display: inline-block;
    padding: 1%;
    list-style-type: none;
    font-size: 1.3rem;
    font-weight: bold;
}
ul.footer_menu li {
    display: inline-block;
    padding: 1%;
    list-style-type: none;
    font-size: 1rem;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    ul.footer_menu li {
        font-size: .6rem;
    }
}
@media screen and (max-width: 480px) {
    ul.footer_menu li {
        font-size: .6rem;
    }
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
