@charset "UTF-8";

body{
	font-family:Arial, sans-serif;
	-webkit-font-smoothing:antialiased;
	background-color:#384617;
	background: #020024;
	background: #020024;
background: #2A7B9B;
background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(56, 140, 91, 1) 51%, rgba(217, 210, 87, 1) 94%, rgba(237, 221, 83, 1) 98%);
#wrapper{
	max-width:800px;
	margin:0 auto;
	
}

.bigbox {
display:flex;
flex-wrap: wrap;
}

h1{
	margin:50px 0;
	color:#48063e;
	font-size:5em;
	font-style: bold;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;

}

button{
	font-size:1em;
	margin-right:10px;
	margin-bottom: 10px;
	display:block;
	color:#090000;
	padding:10px 25px;
	background:#f0119a;
	border-radius:20px;
	border:none;
	display:inline-block;
	cursor:pointer;
}

#buttons button:last-child{
	margin-right:0;
}

button:focus{
	outline:none;
}

button:hover{
	background:#2cea06;
}

#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;
}

