* {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

form {
    margin: 24px 24px 0 24px;
}

button, .button {
    padding: 1px 6px 1px 6px;
}

ul {
    box-sizing: border-box;
    display: grid;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 24px 24px 24px;
    font-size: 14px;
    color: black;
    grid-auto-flow: column;
    list-style: none;
    width: fit-content;
}

li {
    display: list-item;
    text-align: left;
    width: 744px;
    height: fit-content;
    background: white;
}

.container {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-style: solid;
    border-radius: 20px;
    border-color: rgba(0, 0, 0, 0.2);
    border-width: 1px;
}

.user-infos {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 32px;
    justify-content: space-between;
    margin-bottom: 16px;
    visibility: visible;
    width: 672.391px;
}

.avatar {
    column-gap: 8px;
    row-gap: 8px;
    display: flex;
    align-items: center;
}

.avatar .picture {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #157dfe;
    border-radius: 16px !important;
    width: 32px;
    height: 32px;
    color: white;
    font-weight: bold;
}

.avatar p {
    display: block;
    margin: 0;
    font-weight: bold;
}

.main-text {
    font-size: 16px;
    line-height: 1.5em;
    text-align: justify;
}