body{
    background-color: var(--base);
    color: var(--text);
    width: 100%;
    height: 100%;
}
a{
    color:var(--text);
}
h1{
	text-align: center;
}
h2{
	text-align: center;
}
.nav{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding: 10px;
}