.tags .tag{
    display: inline-block;
}

.tags .tag a{
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    padding: 3px 5px;
    transition: .3s;
    border: 1px solid #FF577DFF;
    background-color: #fff;
    color: #FF577DFF;
    white-space: nowrap;
}