.tag-cloud {
    max-width: 91%;
    overflow: hidden;
    line-height: 1.8;
}
.tag-cloud span {
    display: inline-block;
    background-color: #518BA1;
    border-radius: 25px;
    margin: 5px;
    padding: 8px 20px;
}
.tag-cloud span a {
    color: white;
    text-decoration: none;
}
.tag-cloud span a:hover {
    text-decoration: underline;
}

.light-mode .tag-cloud span {
    background-color: #3a7a8f;
}
