*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: white;

}

body{
	margin: 0px;
	padding: 0%;
	height: auto;
	background-color: #32204C;

}

header {
	position: sticky;
	z-index: 90;
	width: auto;
	top: 0px;
	left: 0px;
	margin: 0px;
	height: 50px;
	background: linear-gradient(270deg,rgba(180, 250, 255, 1) 0%, rgba(39, 96, 147, 1) 25%, rgba(208, 84, 121, 1) 59%, rgba(255, 179, 186, 1) 98%);
	background: linear-gradient(90deg,rgba(230, 64, 205, 1) 0%, rgba(152, 29, 253, 1) 29%, rgba(38, 74, 201, 1) 56%, rgba(69, 252, 246, 1) 100%);
	padding: 10px;

	
}

.headerbuttons,a{
	position: inherit;
	margin-left: 20px;
	background: none;
	border: none;
	font-size: large;
	font-weight: 600;
	text-decoration: none;
    
}

.headerbuttons {
	margin: 0;
	display: flex;
	justify-content: space-around;
	margin: 15px;

}

.mainSection{
	display: block;
}

.homecardBG{
	background-color: blueviolet;
	
	background-image: url("..\\images\\06102024_SCALED.png");
	background-position: center;
	background-position-y: 15%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10%;
	min-height: 300px;
	
}

.card{
	
	background-color: #32204C;
	margin: 20px;
	padding: 20px;
	border-radius: 10px;
	

}

.card,h2{
	text-align: center;
}

.furtherInformation{
	background-color: aqua;
}

.columns{
	display: flex;
	width: auto;
	justify-content:space-evenly;
	margin: 15px;
	margin: 0;
	padding: 0;

}

.column{

	padding: 20px;
	
}