body { 

	background-image: url(../../Assets/Images/background-index2.jpg);
	background-repeat: repeat;

 }

 .logo img {
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
	width: 29.5%;
	height: 29.5%;

 }

.discord img {

	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 16%;
	width: 16%;
}

.calendar {
	
	position: absolute;
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
}

iframe{
	filter: invert(.9) saturate(0.1) hue-rotate(145deg);
 }

