@font-face {
	font-family: "ubuntu";
	src: url("../fonts/Ubuntu-Regular.ttf");
}

body {
	background-color: rgb(26, 25, 25);
	color: #c6c8d1;
	margin: 0;
  font-family: "ubuntu";
}

#main {
	height: auto;
	width: 100vw;
}

a {
	color: inherit;
  text-decoration: none;
}
