body {
	background-color: white;
	color: #303a43;
	font-family: sans-serif;
}
h1 {
	color: #2f3035;
}
.azunyan-bg {
	background-image: url('/images/azunyan.png');
	background-position: bottom right;
	background-size: 100%;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 100%;

}
