/*elements & attributes areas*/
* {
	transition-duration: 0.5s;
}

body {
	background: #252525;
	font-family: sans-serif;
	color:white; 
}

header {
	border: solid 2px white;
	border-radius: 2px;
	padding: 2px;
}

nav {
	height: 32px;
	position: relative;
  	border: solid 2px white;
  	border-radius: 5px;
  	text-align: center;
}

h1 {
	text-align: center;
}

.author{
	border-left: 6px solid #CB4042;
  	background-color: #096148;
 }

a {
	color: rgb(201,162,61);
	text-decoration: none;
}

a:hover {
	color: rgb(253,249,123);
	text-decoration: underline;
}

.pic {
	height: 64px;
	display: block;
	border: 2px solid white;
	border-radius: 5px;
 	margin-left: auto;
  	margin-right: auto;
}

figure .cover {
	width: 50%;
	border: solid 2px;
	border-radius:5px;
	margin: 0 25% 0 0;
	display: block;
 	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
}

.sticky {
	position: sticky;
  	top: 0;
  	height: 256px;
  	float: right;
}

table, td, th {  
  border: 1px solid #ddd;
  text-align: left;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 15px;
}

.icon {
	width: 16px;
	height: 16px;
}

.logo {
	width: 32px;
	height: 32px;
	border-radius: 5px;
	position: relative;
}

video {
	margin-left: auto;
	margin-left: auto;
	border: solid 2px white; 
	float: none;
}