/***Footer***/
/*#region*/

footer {
    height: 300px;
    width: 100%;
    background-color: #01347a;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff
}

.copyright {
  font-size: 16px;
}

.copyright a{
    text-decoration: none;
    color: #fff
}


/*#endregion*/