@font-face {
		font-family: c;
		src: url("Commit.woff2")
	}
	html, body {
		font-family: c, Monospace;
		font-size: 0.9em;
		line-height: 1.2em;
		overflow-y: hidden;
	}
	.container {
		display: flex;
		justify-content: center; 
		align-items: center;
		height: 100vh;  
	}
	
	.e {
		margin: 2em;
		text-align: center;
	}

	.e a {
		border: 1px solid #ff1e6f;
		color: #ff1e6f;
	}

	.e a:hover {
		color: #white;
		background: #ff1e6f;
	}
	
	.f {
		border-left: 1px solid black;
		padding: 2em;
	}
	
	a {
		color: black;
		text-decoration: none;
		/*text-decoration: 1px dashed underline;*/
	}
	#pop {
		color: #ff1e6f;
	}
	#pop:hover {
		color: yellow;
		background: deeppink;
	}
	a:hover {
		background: black;
		text-decoration: none;
		color: white;
	}
	p {
		color: black;
	}
