.header {
    flex-shrink: 0;
    height: 80px;
    background-color:white;
    text-align: right;
    padding-top: auto;
}

.connect {
    cursor: pointer;
    font-size: large;
    font-weight: bold;
}

.menu_item {
    text-align: center;
}

a.menu_item:link, a.menu_item:visited, a.menu_item:hover, a.menu_item:active {
    color: black;
}

.content {
    display: flex;
    flex-direction: column;
    flex-grow: 10;
    background-color: white;
    text-align: left;
}
.footer {
    flex-shrink: 0;
    background-color : white;
    text-align : center;
    padding-top: 2px;
    height: 80px;
}

.footer_menu {
    background-color : #262a4e;
}

.footer_menu_item {
    padding-top : 12px;
    height:80px;
}

.footer_link {
    padding-left: 8px;
    font-size: large;
    font-weight: bold;
    color: white;
}

a.footer_ref:link, a.footer_ref:visited, a.footer_ref:hover, a.footer_ref:active {
    font-size: large;
    font-weight: bold;
    color: white;
}


.flex-container {
    display: flex;
    flex-direction: column;
    background-color: DodgerBlue;
}

.connect_menu {
    padding: 10px;
    background-color: white;
}
