@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

* {
	font-family: arial;
	font-size: 16px;
	/* padding-left: 3px;
	padding-right: 3px; */
	}
	
	body{
	background: #ffffff;
	}
	
	table { 
	  width: 100%; 
	  border-collapse: collapse; 
	
	}
	
	/* td, tr {  */
	  /* padding: 5px;  */
	  /* border-bottom:1px solid #521d54;  */
	/* } */

	.img-fluid {
		padding: 0;
	}

	 .my-center {
		display: flex;
		justify-content: center;
		align-items: center;
	} 

	.special tr td {
		padding: 5px; 
		border-bottom:1px solid #521d54; 
		padding-left: 20px;
	}

	.my-heading {
		font-size: 18px;
		font-weight: 600;
		color: #410843;
		text-transform: uppercase;
		padding-top: 20px;
		height: 80px;
		text-align: center;
	}

	.main tr td {
		text-align: center;
		border: 0.5px solid #8f8e8e; 
		padding: 5px 0;  
	} 

	.color-1 {
		background-color: #c16fea;
		color: #ffffff;
		font-size: 18px;
		font-weight: 500;
	}

	.color-2 {
		background-color: #772a9e;
		color: #ffffff;
		font-size: 18px;
		font-weight: 500;
	}

	.color-3 {
		background-color: #410843;
		color: #ffffff;
		font-size: 18px;
		font-weight: 500;
	}
