@font-face {
	font-family: serif;
	font-weight: normal;
}

body {
	font-family: serif;
	text-align: center;
	margin-left: 8em;
	margin-right: 8em;
	margin-top: 50px;
	margin-bottom: 50px;
	line-height: 24px;
	font-size: 20px;
	/*background-color: #333333;*/
	color: #CCC;
	background: url(/0059.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.navbar {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0;
}
.navbar ul {
	list-style: none;
	margin: 0px;
	margin-top: -2px;
	padding: 0px;
}
.navbar li {
	display: inline-block;
	padding: 0 95px;
}
.navbar a {
	text-decoration: none;
	color: rgb(100,17,202);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: "sans";
	position: relative;
	z-index: 10;
}
.navbar a:hover {
	text-decoration: underline;
}
.txt {
	background: linear-gradient(rgba(248,223,228, 0.6),rgba(248,223,228,0.6), gray);
	border-style: inset;
	border-color: #132743;
	border-width: 10px;
	width: 950px;
	padding: 30px;
	margin: auto;
	color: black;
	font-weight: lighter;
	box-shadow: 10px 10px black;
	border-radius: 5px;
	text-align: justify;
	overflow-wrap: break-word;
}

a {
	text-decoration: underline;
	color: #D7385E;
	font-weight: normal;
}

a:hover {
	text-shadow: 0.5px 0.5px black;
}

h1 {
	text-align: center;
	line-height: 48px;
}
/*h3 {
	font-family: ArchivoBlack;
}
h6 {
	font-family: Verdana;
}*/

blockquote {
	border-left: solid 4px gray;
	padding-left: 6px;
	font-style: italic;
	color: teal;
}

code {
	background-color: gray;
	color: green;
	font-family: monochrome;
	font-size: 10px;
}

img {
	width: 100%;
	height: 100%;
	box-shadow: 2px 2px black;
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
}*/
