.text-custom-light {
	color: white;
}
.text-custom-dark {
	color: rgb(0, 3, 48);
	font-weight: bolder;
}
.text-mine {
	color: #ffc048;
}
.bg-light2 {
	background: rgb(179, 178, 178);
}
.bg-mine {
	background-color: #ffc048;
	border-radius: 5px;
}
.btn-custom-dark {
	background: #ffc048;
	transition: 0.5s;
	color: rgb(0, 0, 0);
}

.btn-custom-dark:hover {
	background: #f34804e7;
	color: white;
}
