@font-face {
	font-family: 'Shippori Antique B1';
		src: url("../Fonts/ShipporiAntiqueB1-Regular.ttf") format("ttf");
}


@font-face {
	font-family: jlg-Thin;
			src: url('../Fonts/jlg-Thin.woff') format('woff');
			font-weight: normal;
			font-size: normal;
}

@font-face {
	font-family: jlg-Bold;
			src: url('../Fonts/jlg-Bold.woff') format('woff');
			font-weight: bold;
			font-size: normal;

}

/*The Jean-Luc typeface was designed and made by Atelier Carvalho Bernau on the occasion of the 80th birthday of Jean-Luc Godard. It is available free of charge from http://www.carvalho-bernau.com/jlg/
Jean-Luc typeface Copyright (c) 2010 Atelier Carvalho Bernau
*/

#header,
.blue { 
	font-family: 'jlg-bold', 'Shippori Antique B1', sans-serif;
	color: rgb(57,70,140);
}

#header {
	font-size: 130px;
}

body {
	background-color: black;
	text-align:center;
	color: rgb(238,62,70);
	font-size: 30px;
	font-family: 'Shippori Antique B1', verdana, sans-serif;
}

.password-title {
	margin: 0;
}

#passwordForm {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	gap: 8px;
	flex-direction: column;
	width: fit-content;
	font-size: 24px;
	color: white;
}

.hint {
	color: black;
}
.hint:hover {
	padding: 8px;
	color: rgb(238,62,70);
}

input {
	text-align: center;
}

.ascii {
	color: white;
	font-size: 20px;
}

.white,
.link {
	color: white; 
}

.link {
	font-family: 'jlg-thin', 'Shippori Antique B1', sans-serif;
}
.belmondo {
	object-position: 50%, 25%;
	height: 300px; 
	width: auto;
}

.vcat {
	object-position: left 10px top 30px;
}

.video-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	height: 100vh;
}


/* End index.html, start about.html */

/*	.head,
	.home,
	.hag, {
	color: rgb(57,70,140);
	font-family: jlg-Bold, Verdana, sans-serif;
	}
	
	.hag {
	font-size: 45px;
	}
	
	.home {
	font-size: 40px;
	}
	
	.head {
	font-size: 100px;
	}
	
	del {
	color: white;
	}


/* End about.html, start lists,html */

/*
.white {
	font-family: jlg-Bold, helvetica, sans-serif;
	font-size: 45px;
}

.white {
	color: white;
}

.home, {
	color: rgb(57,70,142);
}

.listbody {
	text-align: left;
	background-color: black;
	color: rgb(238,62,70);
	font-size: 24px;
}


/* End lists,html, start goblin.html */
/*
#header {
	color: rgb(57,70,140);
	font-family: jlg-Bold, Verdana, sans-serif;
	font-size: 100px;
	}
	
	h2 {
	color: rgb(225,225,225);
	font-family: jlg-Bold, Verdana, sans-serif;
	font-size: 36px;
	}
	
	.goblinbody {
	background-color: black;
	color: rgb(238,62,70);
	text-align: left;
	font-family: helvetica, verdana, sans-serif;
	font-size: 20px;
	text-align: center;
	}

End goblin.html */