body {
    background-color: #e0e0e0;
}
header {
    background-color: #027B43;
    color: white;
}
.container {
    max-width: 960px;
}
.list-group-item {
    transition: all 0.3s;
}
.list-group-item:hover {
    background-color: #ccfacc;
}
.btn-custom-green {
    color: #eee;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-custom-green:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.username-logout:hover {
    text-decoration: underline;
    color: #28a745;
}

#files {
    margin-top: 1.5em;
}

h5 {
    margin-right: 0.5em;
}

#admin-panel {
    margin-bottom: 1.5em;
}

#add-user-error {
    margin-top: 2em;
}

.dotted-link {
    text-decoration: none;
    border-bottom: 1px dotted #454444;
    color: inherit;
}
.dotted-link:hover {
    color: #43b469;
    border-bottom-color: #2d7947;
}

.card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.btn-success {
    background-color: #28a745;
}
.form-control {
    border-radius: 4px;
    border: 1px solid #ced4da;
}

.add-user-block {
    background-color: rgba(252, 246, 188, 0.47);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    margin-top: 5px;
}
#files {
    margin-bottom: 1.5em;
}

.col-1-5 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

.file-upload-block {
    background-color: rgba(252, 246, 188, 0.47);
    border-radius: 5px;
    padding: 20px;
}

#username {
    margin-right: 1em;
}