@font-face {
	font-family: CentraLight;
	src: url(/assets/CentraNo2-Light.ttf);
}

@font-face {
	font-family: CentraMedium;
	src: url(/assets/CentraNo2-Medium.ttf);
}

html {
	height: 100%;
}

body {
	background-color: #efebee;
	color: #2e303b;
	font-family: CentraLight;
	margin: 0;
	display: block;
	height: 100%;
}

div.container {
	display: block;
}

#modal {
	 width: 50vw;
	 min-width: 300px;
	 min-height: 500px;
	 background-color: rgba(255, 255, 255, 1);
	 border-radius: 4px;
	 color: black;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 padding-top: 1em;
	 padding-bottom: 1em;
	 margin: 0 auto;
}

#modal td {
	max-width: 20vw;
	word-wrap: break-word;
}

select,input {
	font-family: CentraLight;
	color: #2e303b;
}