body {
    background-color: #000;
}

.tagcloud {
    font-size: 20px;
    margin: auto;
    width: 50%;
    margin-top: 200px;
}

.tagcloud--item:hover {
    color: #36454F;
    cursor:pointer;
}