* {
	box-sizing: border-box;
}

html {
	scrollbar-gutter: stable;
}

body {
	background: #104;
	background: linear-gradient(324deg, rgba(17, 0, 68, 1) 40%, rgba(0, 255, 153, 1) 100%);
}
H1,h2,h3,h4,p {
	color:#FFD;
	font-family: sans-serif;
}

h1 {
	font-size: 9vw;
	text-align: center;
}

p {
	font-size:4vw;
	font-weight: bold;
	margin-bottom: 0rem;
}

#container {
	display:flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	padding: 2rem;
	margin: auto;
	background: #104;
	background: linear-gradient(351deg, rgba(17, 0, 68, 1) 57%, rgba(51, 17, 136, 1) 100%);
}

.forbrug {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}

.pad {
	margin-top: 2rem;
}

.asterisk {
	width:100%;
	font-size:2vw;
	font-style:italic;
	text-align:right;
}