/**@font-face{ 
	font-family: "AvenirNext LT Pro Regular";
	src: url("/fonts/Avenir1.otf") format("opentype");
}
body{
	font-family: "AvenirNext LT Pro Regular";
}
**/

html{
	margin: 0px;
	background-color: black;
	height: 100vh;
	width: auto;
}
@font-face{ 
	font-family: "AvenirNext LT Pro Regular";
	src: url("../../data/fonts/Avenir1.otf") format("opentype");
}
body{
	font-family: "AvenirNext LT Pro Regular";
	color: white;
	padding: 0px;
	margin: 0px;
	scroll-behavior: smooth;
}
.size{
	margin: 10px;
}
.list{
	justify-content: center;
	height: 100%;
	display: flex;
	text-align: center;
	padding: 20px;
}
.list ul{
	list-style-type: none;
	height: 100%;
	width: 60%;
	min-width: 300px;
	padding-top: 20px;padding-left: 20px;padding-right: 20px;padding-bottom: 20px;
	background-color: rgba(189, 195, 199,0.2);
	border-radius: 20px;
	justify-content: center;
}
.list ul li p{
	margin-bottom: 20px;
}
.list ul a{
	color: black;
	text-decoration: none;
	font-size: 12px;
}
.list ul a li{
	background-color: white;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 8px;
	transition-duration: 200ms;
	justify-content: center;
	margin-left: -1px;
}
.list ul a li:hover{
	background-color: black;
	transition-duration: 200ms;
	color: white;
}

.list ul a li em{
	font-style: italic;
	color: #AF1B3F;
	transition-duration: 200ms;
	font-size: 12px;
}
.list ul a .c:hover em{
	font-style: italic;
	transition-duration: 200ms;
	color: white;
	font-size: 12px;
}

.list ul a .a{
	background-color: black;
	color: white;
	border-color: black;
	transition-duration: 200ms;
}
.list ul a .a:hover{
	border-color: white;
	transition-duration: 200ms;
}
.list ul a .b{
	background-color: black;
	color: white;
	border-color: black;
	transition-duration: 200ms;
	margin-bottom: 35px;
}
.list ul a .b:hover{
	border-color: white;
	transition-duration: 200ms;
}

.list ul a .c{
	background-color: #cccccc;
	border-color: white;
}
.list ul a .c:hover{
	background-color: #AF1B3F;
	border-color: white;
}

.list ul a .back{
	background-color: black;
	color: white;
	border-color: black;
	transition-duration: 200ms;
	margin-top: 35px;
	width: 20%;	
	margin-left: auto;
	margin-right: auto;
}
.list ul a .back:hover{
	border-color: white;
	transition-duration: 200ms;
}