html {
	font-family: Nunito, sans-serif;
	font-feature-settings: "ss03" 1;
	color: rgba(238, 234, 234, 0.87);
	margin: 0;
	overflow: hidden;
	max-width: 100%;
	background-color: rgb(18, 18, 18);
	
}

.bottom {
	position: absolute;

}

img {
	max-width: 100%

}

.image {
	position: relative;
	left: auto;
	text-align: center;

}

.text {
	font-size: 20px;
	margin-left: 0px;
	padding-top: 18%;

}

.small {
	font-size: 14px;
	display: block;
	opacity: .65;
	font-weight: 500;
	text-align: center;
}


h1 {
	position: relative;
	color: rgb(255, 255, 255);
	font-size: 64px;
	font-size: 3.5vw;
	font-weight: 500;
	margin: 5px 0;
	text-align: center;
	
}

.redacted {
	position: relative;
	color: rgb(255, 255, 255);
	font-size: 25px;
	font-weight: bold;
	text-align: right;
	opacity: .55;
	margin-left: auto;
	margin-right: auto;
	bottom: 0.5vw;
	right:  2.5vh;
	position: absolute;

}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #444;
}

