body {
	overflow-x: hidden;
    background-color: black;
    color: white;
    font-size: 3vw;
}

.text-ui {
    text-align: center;
}

.text-ui-meditate {
    text-align: center;
	font-size: 2vw;
	color: rgb(60, 60, 60);
}

a:link, a:visited, a:hover, a:active {
  color: rgb(127, 127, 127);
  font-size: 2.6vw;
}

.max-ui {
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	width: 100vw;
}
