body {
    font-family: Arial, Helvetica, sans-serif;
    user-select: none;
}

#header {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid black;
}

#header span {
    font-size: 100%;
    font-weight: bold;
    padding-left: 20px
}

img {
    transition: scale 0.1s linear;
}

img[src="https://account.brylebaligad.com/bass"] {
    width: 150px;
    filter: drop-shadow(0px 0px 1px black)
}

red {
    color: red
}

.navbar {
    text-align: center;
    border-bottom: 1px solid black;
}

.navbar a {
    background-color: transparent;
    transition: all 0.25s ease;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    color: black;
    text-decoration: none;
}

.navbar a:hover {
    color: white;
    background-color: black;
}

#footer {
    border-top: 1px solid black;
    background: white;
    text-align: center;
    font-size: x-small;
    position: fixed;
    width: 100%;
    bottom: 0;
    height: min-content;
    margin-left: -8px;
}