body{
	background-color: #05121E;
	color: #f4a261;
	font-size: 16px;
	font-family: Nunito;
}
span{
	font-weight: bold;
}
#clickon{
	position: absolute;
	top: 109px;
	left: 17px;
	z-index: 20;
		
}
#clickon:hover{
	cursor:pointer;
	transform: scale(1.05);
}
#clickon:active {
	transform: scale(0.99);
}
#bgArray{
	position: absolute;
	top: 109px;
	left: 17px;
	z-index: 10;
}
.container{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}
.leftside{
	flex: 3;
	border: 5px solid;
	border-color: #8c92ac;
	border-radius: 5rem;
	background-image: linear-gradient(to bottom, rgba(161, 140, 230, 0.8), rgba(61, 140, 230, 0.2));
	padding: 5px;

}
.rightside{
	flex: 2;
	border: 5px solid;
	border-color: #8c92ac;
	border-radius: 5rem;
	background-image: linear-gradient(to bottom, rgba(230, 140, 161, 0.8), rgba(180, 90, 111, 0.2));
	padding: 5px;
}
#Amongus.png{
	
	background: var();
	position: relative;
	z-index: 2
}
#bgArray{
	z-index: 1;
	 height: 384px;
	 width:758px;
}
@font-face {
font-family: Nunito;
src: url('/Fonts/Nunito-Black.ttf');
font-weight: bold;
}
@font-face {
font-family: Nunito;
src: url('/Fonts/Nunito-Bold.ttf');
}
@font-face {
font-family: Nunito;
src: url('/Fonts/Nunito-Italic.ttf');
font-style: italic;
}
@font-face {
font-family: Nunito;
src: url('/Fonts/Nunito-BoldItalic.ttf');
font-style: italic;
font-weight: bold;
}