.notice-info{
	text-align: center;
	color: #ff0000;
	padding: 6px 12px;
	background-color: #ffcece;
	position: absolute;
    left: 50%;
    justify-content: center;
    transform: translateX(-50%);
}