
.card-min-height {
	min-height: 150px;
}

.category {
	min-width: 200px;
    padding: 10px 40px 10px 40px;
    border-radius: 50px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}

.bg-tiktok {
    background-color: #000;
}

.bg-instagram {
	background: linear-gradient(35deg, #5e72e4 0, #825ee4 100%) !important;
}

.bg-youtube {
    background-color: #ff0000;
}

.bg-facebook {
    background-color: #1b74e4;
}

.bg-twitch {
    background-color: #772ce8;
}

.bg-kick {
    background-color: #02de03;
}

.bg-www {
    background-color: #0084c8;
}

.text-big {
	font-size: 20px;
	font-weight: bold;
}

a {
    margin: 0px auto;
}