@import url("/Assets/CSS/Chatranjali.css");

body {
	background: url("Player.svg") no-repeat fixed left top, url("Corner.svg") no-repeat fixed 98% 96%, url("Background.jpg") no-repeat fixed center;
	background-size: auto 50%, auto 50%, cover;
}

header, main, footer {
	margin-left: 10vw;
}

page.text {
	color: #270900;
}
page.fore {
	color: #22A9BA;
}
page.back {
	color: #FF6A31;
}

img.about {
	margin: 1vh 1vw;
	float: right;
	max-width: 30vw;
	max-height: 60vh;
	filter: drop-shadow(0 0 2vh #555);
}

.about {
	margin: 1rem auto;
	text-align: center;
}
	.about a {
		margin: 0 0.5rem;
	}
	.about a::after {
			content: "";
		}
	.about img {
		margin: 0 1rem;
		filter: drop-shadow(0 0 2vh #555);
	}