#notification {
	background: white;
	padding: 20px;
	font-size: 18px;
	margin: 10px;
}

#title {
	color: white;
}

#aa {
	color: blue;
}

.btn {
	text-align: center;
	margin: 5px;
	padding: 10px;
	background: #21572f;
	color: white;
	border-radius: 10px;
}

.btn:hover {
	background: #ff7900;
}

.logo {
  	width: 50px;
  	position:absolute; 
  	left: 10px; 
  	top: -1px;
}

header {
      background: #001e06;
      color: #06572f;
      height: 40px;
      padding: 8px 10px 0px 66px;
}

html {
    background: #d4f5ad;
}

body .demo-class .layui-layer-title {
	background:black; color:#fff; border: none;
}

body .demo-class .layui-layer-content {
	background:white; color:#fff; border: none;
}

::before {
    font-size: 60px;
}

img {
	width: 100%;
}
