﻿
.bg-darkblue {
    background-color: #0f3a71;
}

footer a:hover {
    opacity: 0.8;
    text-decoration: none;
}

footer i {
    transition: transform 0.2s;
}

footer i:hover {
    transform: scale(1.1);
}
