@charset "utf-8";

.horizontal-rule{
    margin-top: 100px;

}
.footer-detail{
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    color: #123463;
    text-align: center;
    font-size: 12px;

}


#flex-container {
   display:flex;
   flex-direction:column;
   min-height:100vh;
	min-height:100svh;
    margin-top: -70px;
}


#flex-container > footer {
   margin-top:auto;
     


}

#flex-container > container-header {
	   margin-top: 60px;



}

