body .wrapper footer {
    background: #00007d;
    display: none;
    width: 100%;
    height: 20px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 5px inset #002482;
}

.spanForFooter {
    color: white;
    letter-spacing: 1px;
    text-shadow: 0px 0px 2px black;
    font-size: 12px;
}
