body {
    font-family: sans-serif;
}

.frame,.m-lg-3.border-info  {
    margin: 25px;
    padding: 25px;
    border: solid 1px black;
    border-radius: 5px;
    max-width: 1000px;
}

.border {
    border-radius: 5px;
}

.summe {
    font-style: italic;
}

.circle {
    margin-left: 7px;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    display: inline-grid;
    border: solid black 1px;
}
.red {
    background-color: #bf0808;
}
.green {
    background-color: #20a620;
}
.red {
    background-color: #bf0808;
}
.yellow {
    background-color: yellow;
}