body{
	margin:0;
	font-family: SwissRounded;
	text-rendering: optimizeLegibility;
	height: 100vh;
}
.back {
	/*display: none;*/
}

.back {
  position: fixed;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  margin: 15px;
  background-image: url(svgs/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.back:hover, .go-back:hover {
	transform: scale(1.2);
	opacity: 1;
}

@font-face {
    font-family: Micross;
    src: url('about/micross.ttf')  format('truetype');
}

.load {
	font-family: Micross;
	font-size: 10em;
  position: fixed;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}



.load {
background-color: #FFCC00;
}

.color-0 {
	color: #FF3300;
}

.color-1 {
	color: #3366FF;
}
