@charset "utf-8";


#app{
	margin: 100px 250px;
}

.bgcolor1{
	padding: 25px;
	width: 200px;
	height: 40px;
	border-radius: .4rem;
	display: inline-block;
	text-align: center;
	margin-bottom: 50px;
	font-size: large;
}

input[type="range"] { 
    margin: auto;
    position: relative;
    overflow: hidden;
    height: 40px;
    width: 255px;
    cursor: pointer;
    border-radius: 0px;
}




/* main */

main{
	width: 100%;
	height: 100%;
	text-align: center;
}

article{
	margin: 5px 45px 15px 45px;
	padding: 25px 35px;
	background-color: white;
	color: black;
}

section{
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 80px auto;
}

header{
	width: 90%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	word-spacing: 2px;
	letter-spacing: 4px;
	font-size: xx-small;
}

small{
	text-align: left;
	color: white;
}

b{
	color: maroon;
	text-align: left;
}

