html{
	height: 100%;
}

body{
	height: 100%;
	background-color: black;
	margin: 0;
	padding: 0;
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16pt;
}
  
.floatButton{
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.floatButton a{
	color: #1e1e1e;
	font-size: 70%;
}

.closeImg{
	max-width: 100%;
}