.top-section{
	background: #2b2b32;
	color: #ebc76e;
	font-size: large;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	position: fixed;
	width: min(var(--max-mobile),100%);
}
.content-section{
	background: #f5f5f5;
	padding: 10px;
	padding-top: 65px;
}

h1{
	font-size: 19px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 17px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 16px;
}

.button{display: none}

.bottomContainer{
	position: fixed;
	width: min(var(--max-mobile),100%);
	bottom: 7.5%;
}

.scrollTop{
	position: absolute;
	right: 1em;
}
.dark .content-section{
	background: black;
	color: #eee;
}
.dark .termsList > p:first-child{
	color: #eee1ae;
}