
body{
	width: 60%;
	font-size: 17px;
	color: black ;
	font-family: helvetica, arial, serif;
	background-image: url(https://curento.neocities.org/page-frame.png);
	background-size: 60% 150%;
	display:block;
	background-repeat: no-repeat;
	position: relative;
	left: 400px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: rgba(248, 165, 56, 0.741);
}

h1{
	color: black;
	text-align: center;
	background: url(https://curento.neocities.org/bookframe.png) no-repeat;
	background-size: 40% 80%;
	background-position: center;
	position: relative;
	top: 20px;
	padding: 60px;
}

.navi a:hover{
  color: rgba(255, 252, 220, 0.733);
  font-weight: bold;
  margin: 0px 0px 0px 60px;
  padding: 0px 15px 0px 7px;
  border-radius: 8px;
  transform: skew(5deg);
  text-shadow:  0 0 15px #ffd900;
}

#introduction p{
  letter-spacing: normal;
  word-spacing: normal;
  line-height: 1.3;
  text-align: center;
  color: black;
  padding: 1%;
  margin: 1% 20%;
  position: relative;
  top:-5px;
  background-image: url(https://curento.neocities.org/textboxframe1.png);
  background-size: 90% 100%;
  background-repeat: no-repeat;
  background-position: center;

}
.navi{
	
	background-position: left;
	background-image: url(https://curento.neocities.org/sroll.png);
	background-size: 25% 115%;
	background-repeat: no-repeat;
	position: relative;
	top: -60px;
	left: 20%;

	transform: skew(5deg);
	padding-bottom: 2%;
}

.navi ul{
	list-style-type: none;
	text-align: left;
	padding:5%;
	margin-top: 8%;
	margin-left: -3%;
	transform: skew(5deg);
	position: relative;
}

.navi li p {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	left: 14px;
}

.navi p{
	font-weight: bold;
	text-decoration: underline;
	padding: 0;
}

.navi a{
	text-decoration: none;
	padding: 0 0 0 7%;
	color: black;
}

.magic-duck {
	color: gray;
	margin-left: 40%;
	margin-top: -200px;
}

.magic-duck p{
	margin-top: -7%;
	margin-bottom: 0%;
	margin-left: 8%;
}

#shine{
	margin-top: -550px;
	margin-bottom: 50px;
	margin-left: 97px;
}

h1 a{
	color: rgb(0, 0, 0);
	text-decoration: none;
}
h1 a:hover{
  color: rgb(0, 0, 0);
  text-shadow: 1px 1px 2px rgb(251, 255, 1), 0 0 25px rgb(255, 196, 0), 0 0 5px rgb(255, 255, 255);
}

h2{
	margin-left: 100px;
}
#cooking-intro{
	margin-left:100px;
	margin-top: -20px;
}

#pizzateig{
	margin-left: 100px;
}

#pizzateig ul{
	margin-left: -20px;
}

 h3{
	margin-bottom: -15px;
	margin-top: 30px;
 }
 
 #pizzaduck{
	margin-top: -640px;
	margin-left: 760px
 }

@media screen and (orientation: portrait) {

   h1 {left:-250px;
		padding: 30px}
   #introduction p {left:-330px;
					padding-top:10px;
					width: 420px;
					height:95px}
   .navi {left:-230px;
			top:-40px;
			width: 1000px;}
	.navi ul{left:-5px;}
	.magic-duck {margin-left:-100px;}
	#shine {margin-left: -420px;
			padding: 10px;}
   }