
*{
	box-sizing: border-box;
	margin: none;
	padding: none;
}

@font-face {
    font-family: Kingthings;
    src: url('font/Kingthings_Trypewriter_2.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face{
	font-family:"Silence Rocken";
	src: url('font/SilenceRocken.ttf');
}

body{
	background: url("photos/texture.jpg");
	background-repeat: repeat;
	background-size: 100% , 100%;
}
.full{
	width: 98%;
	margin: auto;
	margin-top: 15px;
	border-style: solid;
	border-color: black;
	border-bottom:none;

}
.header{
	display: flex;
}
.logo,nav{
	flex: 1;
}	
.nav-links{
	display: flex;
	justify-content: space-around;
	list-style: none;
}
.nav-link{
	color: #010042;
	font-size: 18px;
	text-decoration: none;
}
.logo{
	font-family:"Silence Rocken";
	font-size: 70px;
	color:#071386; 
	margin-left: 50px;
	margin-top: -10px;
}

.presentation{
	display: flex;
}
.hero,.poem{
	flex: 1;
}
img{
	width: 700px;
	height: 500px;
	margin-top: -50px;
}
.poem{
	font-family: "Kingthings";
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 50px;
	color: #4D4C4C;
}
.herox,.poem{
	flex: 1;
	margin-top: 100px;
}

.herox img{
	width: 200px;
	height: 300px;
	margin-left: 100px;

}

#C1 img{
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top: 120px;
	
	width: 50%;
	height: 50%;

}

#sun1 img{
	display: block;
	margin-right:auto;
}

.presentationq{
	display: flex;
}
.poemq{
	font-family: "Kingthings";
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 50px;
	color: #4D4C4C;
	margin-top: 50px;
}
.warn{
	font-family: "Times New Roman";
	font-style: normal;
	font-size: 19px;
	color: red;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 1px solid red;
	text-align: center;
}