body {
	font-family: 'Quicksand', sans-serif;
	background:#F6F6F6;
	margin:0;
	padding:0 15px;
	font-size:18px;
}
a { color:#FC5920;text-decoration: none; }
p { line-height: 24px; }
#wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}
#inner { text-align: center;max-width:1000px; }
h1 { font-size:20px;line-height: 28px;margin:30px 0; }
h1 span { color:#FC5920;background-color:#FFF;font-size:24px;display:inline-block;padding:5px 10px 7px;margin:5px 0; }
.tab { overflow: hidden;margin-top:15px; }
.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}
.tab button:hover,
.tab button.active { background-color: #fff; }
.tabcontent { display: none; }