.Navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border: 1px rgb(0, 0, 0);
    border-style: solid;
    background-color: black;
    padding: 25px;
    margin-bottom: 10px;
}

.NavbarTXT {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    margin: 0;}
.NavbarTXT:hover {
    text-decoration: underline;
    color: #ffdd00;
}

a:active {
    color: #ffdd00;
}