* {
    font-family: 'Open Sans';
    text-align: center;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

.list {
    margin: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.section {
    margin: 10px;
    width: 30%;
    min-width: 350px;
    background-color: #b1ffd8;
    border-radius: 20px;
    box-shadow: 2px 2px 5px gray;
}

.icon {
    width: 32px
}

table, th, td {
    border-collapse: collapse;
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
}

table {
    width: 90%
}
