@charset "utf-8";
/* CSS Document */

h1{
	color:#2B64BC
}

/*class selector sample*/
.roland{
	color:#47B862;
	background-color:#33A079;
	text-align:center;
}
.myinput{
	color:white;
	background-color:#575353;
}
.box{
	border:2px #525553;
	border-raduis: 10 px;
	background-color:silver;
}

/*ID selector*/
#header{
	width:70%;
	heigh:200px;
	border:2px solid #865C28;
	border-raduis:20px;
	box-shadow:10px 10px 10px;
}
