ul {
    padding: 0;
}

ul > li {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

.wrapper {
    align-content: center;
    align-items: start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 80vh;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    width: 80vw;
}

.api {
    border-radius: 4px;
    border: thin solid rgba(0,0,0,.12);
    min-width: 250px;
    margin: 10px;
    padding: 10px;
}

.badge {
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    letter-spacing: 0;
    min-width: 20px;
    padding: 0px 6px;
    pointer-events: auto;
    text-align: center;
    text-indent: 0;
    top: auto;
    transition: .3s cubic-bezier(.25,.8,.5,1);
    white-space: nowrap;
    margin-left: 10px;
}

.green {
    background-color: #4caf50;
    border-color: #4caf50;
}

.blue {
    background-color: #2196f3;
    border-color: #2196f3;
}

.orange {
    background-color: #ff9800;
    border-color: #ff9800;
}

.red {
    background-color: #a51d1d;
    border-color: #a51d1d;
}

.text-center {
    text-align: center;
}
