body {
    background-color: #ffffff;
    margin: 0;
}

.container {
    background-color: rgb(214, 211, 208);
    border-radius: 10px;
    margin: 10px;
    width: 250px;
    height: auto;
    overflow-wrap: anywhere;
}

.rowcontainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    align-items: stretch;
}

.rowcontainer h3 {
    text-align: center;
    margin-top: 3px;
    font-family: system-ui;
    color:rgb(11, 11, 11);
}

.center-text {
    text-align: center;
    color:rgb(105, 96, 96);
    font-family: arial;
}

ul {
    color:black;
    font-family: arial;
}