@charset "UTF-8";

body{
	font-family:Arial, sans-serif;
	-webkit-font-smoothing:antialiased;
	background: #EEAECA;
background: linear-gradient(0deg, rgba(238, 174, 202, 1) 0%, rgba(255, 255, 255, 1) 100%);
min-height: 100vh;
}
#wrapper{
	max-width:800px;
	margin:0 auto;
	
}

.bigbox {
display:flex;
flex-wrap: wrap;
}

h1{
	margin:30px 0;
	color:#ED1C7A;
	font-size:5em;
}

button{
	font-size:1em;
	margin-right:10px;
	margin-bottom: 10px;
	display:block;
	color:black;
	padding:10px 25px;
    background: #ED1C7A ;

	border-radius:20px;
	border:none;
	display:inline-block;
	cursor:pointer;
}

#buttons button:last-child{
	margin-right:0;
}

button:focus{
	outline:none;
}

button:hover{
	background:#ED7BAF;
}

#list{
	margin-right:-20px;
	padding-top:30px;
}

#list li{
	margin-right:20px;
	margin-bottom:25px;
	width:150px;
	height:150px;
	list-style-type:none;
	float:left;
}

