

body{
	width: 80%;
	margin: auto;
	background-image: url("https://jooinn.com/images/retro-background-4.jpg");
}

.line{
	border-top: 3px solid #F1602C;
	width: 90%;
}

header{
	text-align: center;
	color: green;
	margin: 50px;
	padding: 30px;
}
h1{
	width: 50%;
	float: left;
	animation: color-change 1s infinite;
}

@keyframes color-change {
  0% { color: #F1602C; }
  50% { color: #EC8922; }
  100% { color: #6C3F18; }
}

.stickers{
	padding: 20px;
	width: 100%;
	margin: auto;
}

.flag{
	float: left;
}

#flag1{
	clear: right;
}

.sidebar{
	width: 22%;
	float: left;
	list-style: none;
	margin-top: 60px;
	margin: 5px;
	color: #6C3F18;
	font-size: 0.8em;
}

.within{
	border-style: solid;
	border-color: #F1602C;
	border-radius: 5px;
	margin: 5px;
	background-color: #EC8922;
	padding: 10px;
}

ul li::before{
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  background-size: 10px;
  background-image: url("https://png.pngtree.com/png-vector/20220723/ourmid/pngtree-vintage-retro-sunset-striped-circle-art-png-image_6035452.png");
  background-repeat: no-repeat;
  margin-right: 5px;
}

.sidebar a{
	text-decoration: none;
	border-radius: 5px;
	color: #6C3F18;
	font-size: 1.2em;
	line-height: 50px;
}

.sidebar a:hover{
	color: #F1602C;
	background-color: #f0a14f;
}

.main{
	width: 73%;
	float: left;
	background-color: #EC8922;
	color: #6C3F18;
	border-style: solid;
	border-color: #F1602C;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 20px;
}

#punk{
  float: right;
  }

footer {
	clear: left;
	background-color: #f0a14f;
	width: 100%;
	height: 10%;
	text-align:center;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
}

