* {
	margin: 0;
	padding: 0;
}

body{
	background: yellow;
}

	a:link	 {color:black;}
	a:hover	 {color:hotpink;}
	a:active {color:lightgray;}

.slide{
	width:200vw;
	height:100vh;
	background: yellow;
}

.wrapper{
	display:flex;
	flex-direction: row;
	width:700vw;
}

.thebird{
	width:350px;
	margin-left: 73%;
	margin-top: 10%;
}

.tree{
	width:1100px;
	margin-left: 15%;
	margin-top: 10%;
}

.lakeleft{
	height:70%;
	margin-left: 17.6%;
	margin-top: 16.6%;
}

.birdone{
	width:80px;
	margin-left: -25%;
	margin-top: -20%;
}

.lakeright{
	height:100%;
}

.birdfly{
	width:100px;
	margin-left: 20%;
	margin-top: 20%;
}

.birddown{
	width:80px;
	margin-left: 70%;
	margin-top: 30%;
}

.land{
	height:70%;
	margin-left: 25%;
	margin-top: 10%;
}

.deadbird{
	width:80px;
	margin-left: 20%;
	margin-top: 46%;
}

.ihave{
	margin-top: -17%;
	margin-left: 55%;
}

.thatcan{
	margin-top: -40%;
	margin-left: 25%;
}

.andsleep{
	margin-top: -25%;
	margin-left: 5%;
}

.thebirdonly{
	margin-top: 10%;
	margin-left: 70%;
}

.thatswhen{
	margin-top: -45%;
	margin-left: 85%;
}

.credits{
	margin-top:-2%;
	margin-left:34%;
}

h1{
	font-family: 'Limelight', sans-serif;
	font-size: 60pt;
	margin-left: 3%;
	margin-top: 2%;
}

h2{
	font-size: 18pt;
	margin-left: 3%;
	font-family: 'Poppins';
	font-weight: 300;
}

h3{
	font-size: 25pt;
	margin-left: 3%;
	margin-top: 14%;
	font-family: 'Poppins';
	font-weight: 300;
}

h4{
	font-size: 25pt;
	margin-left: 90%;
	margin-top: 1%;
	font-family: 'Poppins';
	font-weight: 300;
}

p{
	font-size: 15pt;
	font-family: 'Poppins';
	font-weight: 300;
	margin-top: 14%;
	margin-left: 3%;
	margin-right: 8%;
}

