body {
	font-family: 'Kumbh Sans', sans-serif;
	text-align: center;
}

html {
	scroll-behavior: smooth;
}

.header {
	font-size: 5rem;
}

.header-container {
	background: #303030;
	color: white;
	padding-bottom: 20%;
	padding-top: 20%;
}

svg.white {
	background: #303030;
}

svg.dark-white {
	background: #fff;
}

div.dark-white {
	background: #f3f4f5;
}

svg.light-black {
	background: #f3f4f5;
}

div.dark-black {
	background: #303030;
	color: white;
}

.dark-black svg {
	background: #ffffff;
}

svg {
	border: none;
	z-index: auto;
}

#dwtb {
	background: #303030;
}

img {
	width: 100%;
	height: 100%;
}
