* {
	margin: 0;
	padding: 0;
	border: none;
}

/*body {
	background: lime;
}*/

iframe {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	/*width: 100vh;*/
}

#interface {
	position: fixed;
	top: 0;
	right: 0;
	font-family: sans-serif;
	font-size: 11px
	line-height: 1
	z-index: 99;
	display: flex;
	flex-direction: row-reverse;
}

#btn-close {
	background: #000;
	color: #fff;
	cursor: pointer;
	height: 22px;
	width: 22px;
	display: flex;
	justify-content: center;
}

#btn-close:hover {
	background: red;
	color: yellow;
}

#ipfs {
	background: #fff;
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 22px;
	padding: 0 3px;
}

#ipfs:hover {
	background: blue;
	color: #fff;
}