@font-face {
    font-family: "PP Neue Montreal";
    src: url("./fonts/PPNeueMontreal-Regular.woff2") format("woff2");
}

body {
    background-color: #131212;
    margin: 0;
    font-family: "PP Neue Montreal", sans-serif;
}

.container {
	background-color: #302d2d;
	border-radius: 10px;
	width: 80%;
	height: 80%;
	margin-left: 10%;
	margin-top: 10%;
	text-align: center;
	color: white4
}

h1 {
	font-size: 400%;
	color: white;
	text-align: center;
}

h2 {
	font-size: 200%;
	color: white;
	text-align: center;
}