body {
	margin: 0px;
	font-family: 'Share Tech Mono', monospace;
}

.graph {
	background: transparent;
	width: 100vw;
	height: 700px;
}

.sep {
	height: 200vh;
	background: #FFFBF2;
	color: #DA4036;
}

.last {
	height: auto;
}

.sep > div > h1 {
	font-size: 60px;
}

.sep > div > p {
	font-size: 15px;
	width: 600px;
	text-align: center;
	margin: auto;
	margin-top: 100px;
}

.sep > h1 {
	margin-left: 200px;
}

.sep > p {
	font-size: 15px;
	width: 400px;
	margin-left: 200px;
}

rect {
	/* transform: translateY(-50%); */
}


h1 {
	margin: 0px;
}

.line {
	stroke: #DA4036;
	opacity: 0.05;
	fill: transparent;
}

.btn {
	fill: rgb(255, 149, 52);
}

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

#authors {
    position: fixed;
    top: 100vh;
    transform: translateY(calc(-100% - 10px));
    left: 20px;
    font-size: 11px;
    color: #DA4036;
}