@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Play&family=Yatra+One&display=swap');

/*--
..................................................................................
..................................................................................
..................................................................................
..................................................................................
..................................................^'"'^...........................
................................................ ( u u )..........................
............................/ \ / \ / \ / \ / \ / \.... \.........................
...........................( A | I | L | I | N | G ).....)........................
............................\_/ \_/ \_/ \_/ \_/ \_/...../.........................
..................................................VV..VV..........................
..................................................................................
................................................CREATE BY.........................
........................................................-- AILING!................
..................................................................................
..................................................................................  

--*/

body {
	background-color: #FFDEAD;
	max-height: 1000px;
}

h1 {
	font-size: 40px;
	font-weight: normal;
	font-family: 'Yatra One', cursive;
	margin-left: 150px;
	margin-top: -40px;

}
h2 {
	font-size: 23px;
	font-weight: normal;
	font-family: 'Play', sans-serif;
	margin-left: 680px;
}
a {
	padding: 28px; 
	font-size: 25px; 
	font-family: 'Play', sans-serif;
	text-align: center;
	float: bottom;
	margin-left: 20px;
}
a:link {
	text-decoration: none; 
	color: #FA8072;
}
a:visited {
	text-decoration: none; 
	color: #FA8072;
}
a:hover {
	color: #FFC0CB; 
	background-color: #F08080;
}
a:active {
	color: #FFC0CB; 
	background-color: #F08080;
}

p {
	font-size: 23px;
	font-weight: normal;
	font-family: 'Play', sans-serif;
	text-align: center;
	margin-bottom: 35px;
}
img {
	width: 300px;
	height: 300px;
	margin-left: 100px;
	margin-right: 80px;
}
div {
	margin-left: 100px;
	margin-top: 50px;
}











