body {
	background-color: #060606;
	color: #A3A3A3;
	padding-left:4em;
	padding-right:4em;
	padding-top:4em;
	padding-bottom:4em;
}

h3 {
	font-family: Courier New;
	line-height:1.5;
	color: #F2F2F2;
}

.rains-h3{
	width:100%;
	
}

h5 {
	font-family: Courier New;
	line-height:1.5;
	color: #F2F2F2;	
}

pre {
	font-family: Garamond;
	font-size: 17px; 
	line-height:1.5;
	white-space:pre-wrap;
	text-align: justify;
	 
}

a {
	font-family: Garamond;
	font-size: 15px; 
	font-style: italic; 
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: underline;
}

a:link {
	color: #F2F2F2;
}

a:visited {
	color: #BA0000;
}

a:hover {
	color: #ED0E0E;
}

.center-text{

	justify-content: center;
	display: flex;
	margin-top:-1%
	
}

.text{
	justify-content: center;
	display: flex;
	align-items: center;
	max-width: 1200px;
	flex-wrap: wrap;
	
}

.bottom-right{
	position: relative;
	justify-content: end;
	display: grid;
	align-items: end;
	left:-4em;
}

.top-left{
	position: fixed;
	left:2em;
	top:2em;
	object-fit: contain;
}


img {
        max-width: 100%;
        height: auto;
}

.align {
	align: center;
	position:absolute;
}

@media (max-width:1850px) { 
	.align{
		align:center;
		justify-content: center;
		display: flex;
		align-items: center;
		text-align:center;
		position:relative;
		margin-bottom:-4%;
	}
	
	.rains-h3{
		width:auto;
		max-width:100%;
	}

}

@media (max-width:1400px) { 
	.bottom-right{
		left:auto;
	}
	
	.top-left{
		max-width:5%;
		left: 1.5em;
	}
}

@media (max-width:500px) { 
	pre{
		position:relative;
		font-size:13px;
		top:-2em;
	}
	
	h3{
		font-size:20px;
		padding-bottom: 15px;
	}
	
	h5{
		font-size:10px;
	}

	a{
		font-size:15px;
	}
	
	body {

		padding:2em;
	}
}