.bg-dark {
	background: linear-gradient(to bottom right, #343a40, #23272b);
}

.bg-light {
	background: linear-gradient(to bottom right, #f8f9fa, #d9dcdf) !important;
}

.alert, .btn, .rnd {
	border-radius: 15px;
}