@charset "UTF-8";

body{
	font-family:Arial, sans-serif;
	-webkit-font-smoothing:antialiased;

    background-color: #ebf6f7;

background-color: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
}

#wrapper{
	max-width:800px;
	margin:0 auto;
	
}

.bigbox {
display:flex;
flex-wrap: wrap;
}

h1{
	margin:50px 0;
color: black;
text-shadow:
0 0 5px #0099ff,
0 0 13px #0066cc,
0 0 13px #0066cc,
0 0 13px #0066cc,
0 0 13px #0066cc;
	font-size:3.5em;
}

button{
	font-size:1.2em;
	margin-right:10px;
	margin-bottom: 10px;
	display:block;
	color:black;
	padding:10px 25px;
	background:#1e90ff;
	border-radius:20px;
	border:none;
	display:inline-block;
	cursor:pointer;
}

#buttons button:last-child{
	margin-right:0;
}

button:focus{
	outline:none;
}

button:hover{
	background:#717171;
}

#list{
	margin-right:-20px;
	padding-top:50px;
}

#list li{
	margin-right:30px;
	margin-bottom:25px;
	width:150px;
	height:150px;
	list-style-type:none;
	float:left;
}

