.icon {
	width: 64px;
	height: 64px;
}
.window {
	height: 500px;
	width: 500px;
	background-color: darkgray;
	color: white;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px
}
.header {
	color: white;
	background-color: grey;
	user-select: none;
	width: 100%;
	height: 20px;
	font-style: italic;
	border-radius: 10px 10px 0px 0px;
}
.browser {
	user-select: none;
}

.close {
	font-style: italic;
}
i {
	color: black
}
html {
	background-color: #0096FF;
}

