
body{
	background-image: url(https://frame-illust.com/fi/wp-content/uploads/2015/01/737ceb674dd14f551a3fe4e51d7b8be5.png);
	background-repeat: repeat;
	text-shadow:1px 1px 1px #999;
}

.stitch {
	color: #fff;
	padding: 20px;
	font-size: 2.7em;
	font-weight: bold;
	font-family: fantasy;
	text-align: center;
	background: #FEA993;
	border: 2px dashed #F7F9CC;
	border-radius: 10px;
	box-shadow: 0 0 0 7px #FEA993;
}

.stitch_foot {
	color: #eb3980;
	padding: 20px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	background: #FEA993;
	border: 2px dashed #F7F9CC;
	border-radius: 10px;
	box-shadow: 0 0 0 7px #FEA993;
}

.circle {
	margin: 10 auto;
	width: 200px;
	color: #fff;
	font-size: 2em;
	line-height: 200px;
	text-align: center;
	height: 200px;
	border-radius: 100px;
}

.circle img{
	border-radius: 100px;
	border: 2px dashed #FCAC45;
}

.bg-green {
	background: #5bd5a0;
}
.bg-blue {
	background: #1daee9;
}
.bg-purple {
	background: #c843a5;
}
.bg-red {
	background: #eb3980;
}
.bg-yellow {
	background: #ffcc35;
}
