.hexo-custom-alert {
	display: flex;
    justify-content: center;
}
.hexo-custom-alert-content {
    padding: 20px 30px;
    text-align: center;
    margin-top: 25px;
    border-radius: 12px;
}

.hexo-custom-alert-content:hover {
	box-shadow: 0 6px 24px 0 rgba(18,43,70,.12);
}