/*
Copyright (c) 2025 by Vlad Murariu (https://canigetakiss.com)
*/

footer {
    width: 100%;
    height: fit-content;
    min-height: 30px;

    background-color: rgb(255, 0, 93);

    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: 9999;
}

.footer-div {
    padding: 0;
    margin: 0;
    width: 100%;
    
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    letter-spacing: 2px;
    text-align: center;
}
