body{
	background-color: #9ebbb9;
}
.names{
	margin: 90px 70px;
}
.names li{
	margin: 15px;
	display: inline-block;
	width: 100px;
	height: 70px;
	line-height: 70px;
	list-style: none;
	text-align: center;
	background-color: #c5cfd3;
	font-size: 20px;
	color: #000000;
	border-radius: 5px;
}

.botton-container{
	display: flex;
	justify-content: center;
	align-items: center;
    color: #9ea2bb;
}
.botton{
	margin: 5px 0px;
	padding: 25px;
	width: 140px;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	outline: none;
	color: #000000;
	background-color: #e2ede5;
}
.txt{
	margin: 5px 40px;
}
.tips{
	color: #9ea2bb;
	font-size: 21px;
}
.select-name{
	color: #ab3845;
	font-size: 21px;
}
.update-intro{
	margin-top: 30px;
	padding-left: 60px;
	color: darkgray;
}
