body {
    margin: 0;
}

img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
    height: 150px;
}

.nikola{
    border: 0;
    border-radius: 4px;
    padding: 15px;
    width: 50px;
    height: 50px;
}

.frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.container {
    font-family: Arial;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 450px;
    border-color: darkgray;
    border-style: solid;
    height: 100%;
}

/*.container {*/
/*    font-family: Arial;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    height: 100%;*/
/*}*/

.top {
    display: flex;
    flex:1;
    color: #FFFFFF;
    background: rgb(81,125,163);
    justify-content: center;
    width: 100%;
}

.content {
    flex: 10;
    /*background-color: lightgreen;*/
    background-image: url("../files/canvas.png");
    overflow: scroll;
    width: 100%;

}

.content-inner {
    /*background-color: rgba(44,45,51, 0.6);*/
    background-color: rgba(158,190,136,0.6);
    min-height: 100%;
    padding: 0 0 5px 0;
}

.content-bubble {
    display: flex;
    margin: 0 15px 5px 15px;
}

.content-bubble.rx {
    flex-direction: row-reverse;
}

.content-bubble span {
    padding: 5px 5px 5px 5px;
    background-color: white;
    border-radius: 0.5em;
    white-space: pre-line;
}

.content-bubble.rx span {
    background-color: rgb(239,253,222);
}

.quest {
    display: flex;
    flex: 1;
    background: #FFFFFF;
    border: lightblue;
    border-style: solid;
    border-width: 1px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.feedback {
    display: flex;
    flex: 1;
    background: #FFFFFF;
    color: crimson;
    border: lightblue;
    border-style: solid;
    border-width: 1px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.footer {
    display: flex;
    flex: 1;
    background: #FFFFFF;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.footer input {
    width: 60%;
    font-size: 25px;
}