body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: white;
}

.main-content{
    flex: 1;
}

.nav_title{
    font-family: Poppins;
    color: white;
}
.navbar-toggler-icon {
    width: 3rem;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%3E%3Cpath%20stroke='rgba(255, 255, 255, 1)'%20stroke-linecap='round'%20stroke-miterlimit='10'%20stroke-width='2'%20d='M4%207h22M4%2015h22M4%2023h22'%3E%3C/path%3E%3C/svg%3E");
}

.navbar{
    background-color: #194155;
}

.menu_item{
    margin-top: 1rem;
}

.menu_link{
    color: white;
    font-family:"Poppins";
}

.footer_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #194155;
}

.footer {
    font-size: x-small;
}

.footer_link{
    color: white;
}

a:visited{
    text-decoration: none;
}

a:hover{
    color: #1b1b1b;
}

a:link{
    text-decoration: none;
}