﻿body {
	font-family: sans-serif;
	margin:auto;
	width:75%;
}




li{
	line-height:130%;
	font-size:120%;
}
h3{
	margin-top:3em;
}
.info {
	margin:auto;
	width:90%;
}

	.info p {
		margin-bottom: 30px;
		line-height:150%;
	}

.code{
	width:640px;
	margin:auto;
	
}
.interactive{
	width:640px;
	margin:auto;
}



#title {
	text-align: center;
	margin-top:10px;
	
}

a:hover {
	background-color: rgba(255, 216, 0,.4);
}



footer {
	text-align: center;
	padding-top: 8px;
	margin-top: 7px;
	border-top: 1px solid #d2d2d7;
	padding-right: 10px;
	padding-left: 10px;
}


input {
	text-decoration: none;
	display: inline-block;
	background-color: rgb(221, 213, 213);
	color: white;
	text-align: center;
	border-radius: 2em;
	box-sizing: border-box;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Roboto',sans-serif;
	transition: all 0.2s;
	font-size: 1em;
	padding: 0.2em 1.2em;
	margin: 0.3em 0.5em 0.3em 0;
}

.buttons-div {
	width: 360px;
	margin: auto;
	margin-bottom:5em;
}

text {
	font-weight: 600;
	font-family: 'Roboto',sans-serif;
}

.buttons {
	letter-spacing: 1px;
	display: inline-block;
	padding: 0.3em 1.2em;
	margin: 0.3em 0.5em 0.3em 0;
	border-radius: 2em;
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'Roboto',sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	background-color: rgb(221, 213, 213);
	text-align: center;
	transition: all 0.2s;
}

	.buttons:hover {
		background-color: #4095c6;
	}

@media all and (max-width:30em) {
	  .buttons {
		display: block;
		margin: 0.2em auto;
	}
}
