.Discussion_, .News, .Question, .RacismMisogynyRacistMisogyny, ._Rant_, .Resources {
    padding: 0px 10px;
    margin-right: 0.5em;
    font-weight: bold;
    font-size:  x-small;
    text-align: center;
    max-width: 400px;
    border-radius: 12px;
    vertical-align: text-top;
    display: inline-block;
}
.RacismMisogynyRacistMisogyny {
    color: hsl(0deg 80% 60%);
    border: 2px solid hsl(0deg 80% 60%);
    border-radius: 20px;
}
.Discussion_ {
    color: hsl(101deg 68% 43%);
    border: 2px solid hsl(101deg 68% 43%);
}
.News {
    color: hsl(262deg 59% 50%);
    border: 2px solid hsl(262deg 59% 50%);
}
.Question {
    color: hsl(251deg 65% 37%);
    border: 2px solid hsl(251deg 65% 37%);
}
.Resources {
    color: hsl(211deg 73% 52%);
    border: 2px solid hsl(211deg 73% 52%);
}
._Rant_ {
    color: hsl(207deg 89% 68%);
    border: 2px solid hsl(207deg 89% 68%);
}