@charset "UTF-8";

body{
	font-family:Arial, sans-serif;
	-webkit-font-smoothing:antialiased;
background: #eee5ae;
background: radial-gradient(circle, rgba(238, 229, 174, 1) 0%, rgba(224, 45, 25, 1) 100%);
}

#wrapper{
	max-width:800px;
	margin:0 auto;
	
}

.bigbox {
display:flex;
flex-wrap: wrap;
}

h1{
	margin:50px 0;
	color:#0a0a0a;
	font-size:5em;
}

button{
	font-size:1em;
	margin-right:10px;
	margin-bottom: 10px;
	display:block;
	color:#f4f8f8;
	padding:10px 25px;
	background:#88040b;
	border-radius:20px;
	border:none;
	display:inline-block;
	cursor:pointer;
}

#buttons button:last-child{
	margin-right:0;
}

button:focus{
	outline:none;
}

button:hover{
	background:#a50b0b;
}

#list{
	margin-right:-20px;
	padding-top:50px;
}

#list li{
	margin-right:20px;
	margin-bottom:25px;
	width:150px;
	height:150px;
	list-style-type:none;
	float:left;
}

.box3{
	max-width: 700px;
	margin: auto;
	padding: 30px 200px 30px 0px;
	color: #0e0d0d;
	font-size: 20px;
	line-height: 1.8;
}

