html, body	{
	margin: 0;
	padding: 0;
	font-family: 'Raleway';
	height: 100%;
	scroll-behavior: smooth;
	color: #FFFFFF;
	background: #000
}
header	{
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: relative;
}
a {
	text-decoration: none;
}
nav {
	position: fixed;
	right:0;
	top:0;
	left:0;
	height:60px;
	background: #FFDC00;
	z-index: 1;
	display:flex;
}
nav a {
	color:#000000;
	display: inline-block;
	padding:0 10px;
	font-size: 1em;
}
.logo {
	width:50%;
	padding: 10px 0px 80px 30px;
}
.navigation{
	width:50%;
	text-align: right;
	padding: 21px 30px 0 0;
} 
h1	{
	font-family: 'Raleway', sans-serif;
	text-align: left;
	color: #FFDC00;
	font-size: 3em;
	margin: 0;
	padding: 12% 0% 0% 10%;
	font-weight: 700;
}
.chicken {
	color: #FFFFFF;
	text-align: left;
	line-height: 1.25em;
	margin: 0;
	padding: 1% 0% 0% 10%;
	font-weight: 500;
}

.notificationpage {
	position: absolute;
    background: url(checkoutpage.png) no-repeat center center;
    background-size: contain;
    width: 700px;
    height: 500px;
    right: 100px;
    top: 160px;
}
.number {
	font-family: 'Lato';
}
.cartbutton {
	position: relative;
}
.cartbuttonnumber {
	position: absolute;
	font-family: Lato;
}