@font-face {
	font-family: multivac;
	src: url('../Fonts/multivac-interference.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	background-color: #c2b2f0;
}

a {
	text-decoration: none;
	color: black;
}

ul {
	font-size: 30px;
	list-style-type: "~ ";
}

h1 {
	font-family: multivac;
	font-size: 100px;
	text-align: center;
	text-shadow: 5px 5px rgba(0, 0, 0, 0.5);
}

h3 {
	text-align: center;
}

div.center {
	display: flex;
	align-items: center;
	justify-content: center;
}

section.box {
	background-color: white;
	padding: 20px;
	width: 60vw;
	border-style: outset;
	border-color: black;
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}