#greeting .textBox p {
	text-align: left;
}

#greeting .textBox p span {
	display: block;
	margin-bottom: 40px;
	font-size: 28px;
}

.music {
	text-align: center;
	background: #b40000;
	width: 500px;
	margin-top: 30px;
	margin: 30px auto 0;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s ease;
}

.music:hover {
	transition: 0.3s ease;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
	opacity: 0.9;
}

.bnr {
	margin-top: 40px;
	transition: 0.3s ease;
}
.bnr:hover{
	opacity: 0.8;
	transition: 0.3s ease;
}