footer {
    background-color: #030E15;
    height: 45px;
    width: 100vw;
    display: flex;
    justify-content: center;
    bottom: 0;
    margin-top: auto;
}

footer > p {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: bold;
    justify-self: center;
    color: aliceblue;
    align-self: center;
    grid-column: 2;
    font-size: 1.1rem;
}