﻿body {
    padding: 25px;
    background-color: black;
    color: white;
    font-size: 25px;
}

.dark-mode {
    background-color: white;
    color: black;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px;
    text-align: center;
}

    .cookie-banner button {
        margin-left: 10px;
        padding: 5px 10px;
        cursor: pointer;
    }

        .cookie-banner button:first-of-type {
            background-color: green;
            color: white;
        }

        .cookie-banner button:last-of-type {
            background-color: red;
            color: white;
        }

#change-consent {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}
