a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

.all-rounded {
    border-radius: 25px;
}

.top-rounded {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.bottom-rounded {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.opposite-left-rounded {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.opposite-right-rounded {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}