.general-footer{
    align-items: baseline;
    background-color:#00b0c5;
    height:100%;
justify-content: flex-start;
    align-items: center ;
}
select{
    width:10vw;
}
#copyright{
    font-size:0.8em;
}

.general-footer > .link-tags > a{
    justify-self: self-end;
    font-size: 1em;
    color: #585755;
}

#edu-logo{
    width: 10vw;
    min-width:50px;
	margin-right: 20px;
}
