html
{
	box-sizing:border-box;
	font-size:100%
	}

*,:after,:before
{
	box-sizing:inherit
	}

body
{
	background-color:#b2dcd6;
	color:#262626;
	min-height:100vh;
	text-align:center;
	font-family:Raleway,sans-serif
	}
	
.logo
{
	width:216px
	}
	
a.featured:hover
{
	background-color:#596e6b;
	color:#fff
	}

a:hover
{
	background-color:#7BC3B8;
	color:#fff
	}
	
a
{
	display:block;
	max-width:400px;
	margin:0 auto 15px;
	padding:15px 20px;
	font-size:.95rem;
	color:#596e6b;
	border:2px solid #fff;
	text-decoration:none;
	letter-spacing:1pt;
	font-weight:700;
	transition:all .2s ease-in-out
	}

a.featured
{
	position:relative;
	background-color:#7BC3B8;
	color:#fff;
	font-weight:700
	}
	
a.featured:before
{
	content:"";
	position:absolute;
	top:2px;
	left:2px;
	width:calc(100% - 4px);
	height:calc(100% - 4px);
	border:2px solid #b2dcd6
	}

h2
{
	font-size:14px;
	text-transform:uppercase;
	ex:1;padding:5px 10px;
	margin-right:10px;
	background-color:#b2dcd6;
	border:none
	}

.channels
{
	display:flex;
	max-width:400px;
	margin:0 auto
	}

.channels a
{
	flex:1;
	padding:5px 10px;
	margin-right:10px;
	background-color:#7BC3B8;
	border:none
	}

.channels a:last-child
{
	margin-right:0
	}
	
.channels a:hover
{
	text-decoration:underline
	}