body {
	background: #E5E5E5;
}

.app {
	margin: 0 auto;
	width: 400px;
	background: #C4C4C4;
	padding-top: 60px;
	padding-bottom: 60px;
}

input {
	width: 309px;
	height: 24px;
	display: block;
	margin: 0 auto;
}

ul {
  	list-style-type: none;
  	padding-left: 0;
}

.suggestion-item {
	width: 308px;
	height: 30px;
	background: #E3E3E3;
	margin: 0 auto;
	margin-top: 0px;
	border: 1px solid black;
}

.list-item {
	width: 320px;
	height: 70px;
	background: #E27BEB;
	border: 1px solid black;
	margin: 0 auto;
	margin-top: 0px;
	position: relative;
}

.close-btn {
  	color: red;
        font-size: 32px;
        margin-left: 8px;
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        cursor: pointer;
}