body {
    background: #222;
    color: white;
}
a {
    color: skyblue;
}
h1 {
    text-align: center;
}
main {
    font-family: sans-serif;
    max-width: 800px;
    margin: 0 auto;
}
.licenses-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.license-used-by {
    margin-top: -10px;
}
.license-text {
    max-height: 200px;
    overflow-y: scroll;
    white-space: pre-wrap;
    border: 1px solid white;
}
