body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}
.navbar {
    background-color: #333;
    overflow: hidden;
}
.navbar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}
.navbar a:hover {
    background-color: #ddd;
    color: black;
}
.container {
    padding: 20px;
}

h1 {
    text-align: center;
}


.list-group-item a {
    color: black;
}
.breadcrumb a {
    color: black;
}

.add-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #0d6efd;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
}

.add-button:hover {
    background-color: #0a58ca;
}


.add-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
}

.add-menu a:hover {
    background-color: #f1f1f1;
}


.console input {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}

.console button {
    padding: 5px 10px;
}


.password-prompt input {
    margin-bottom: 10px;
    padding: 5px;
}

.password-prompt button {
    padding: 5px 10px;
}

.sign{
    text-align: center;
    color: #0e8ddc;
}


