body {
    background: #f6f5f2;
}

.navbar-brand img {
    margin-right: 0.25rem;
    height: 2.5rem;
    margin-top: -0.5rem;
}

.chat {
    border: solid 1px #dee2e6;
    padding: 30px;
}

.message {
    padding: 20px;
    width: 55%;
    border-radius: 10px;
    background: #B0413E;
    float: left
}

.message span {
    float: left;
    width: 100%
}

.message span.time {
    font-size: 11px;
}

.me {
    background: #dee2e6;
}

.them {
    background: #20a869;
    float: right;
    color: #FFFFFF
}

.btn {
    background: #20A869;
    border: 0;
}

.btn:hover {
    background: #0E7E4A
}

a {
    color: #20A869
}

.page-link {
    color: #20A869
}

.page-link .active {
    background-color: #20A869;
    color: #FFFFFF;
}

canvas {
    margin-bottom: 20px;
}

.question-container {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.question-input, .answer-input, .json-output, select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.add-button {
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}
.json-output {
    margin-top: 20px;
    height: 200px;
}

#formDziennik {
    margin: 0 auto;
    max-width: 600px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-radius: 8px;
}

.dziennik {
    margin: 0 auto;
    max-width: 600px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-radius: 8px;
}
.dziennik h2 {
    margin-bottom: 10px;
}