@import url("./root.css");

footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: var(--bg-dark);
    color: grey;
    padding: 3px;
    box-shadow: 0 0 5px black;
    display: flex;
    justify-content: center;
    align-items: center;
}
