*
{
  /* margin: 0;
  padding: 0; */
}

html{
  background: #1e1a20;
}

html,
body
{
  /* overflow: hidden; */
}

.webgl
{
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
}


.section
{
  display: flex;
  align-items: center;
  height: 100vh;
  position: relative;
  /* text-align: center; */
  font-family: 'Cabin', sans-serif;
  color: #ffeded;
  /* text-transform: uppercase; */
  font-size: 7vmin;
  /* padding-left: 10%;
  padding-right: 10%; */
  justify-content: center;
  align-items: center;
}

.section{
  /* position: absolute; */
  cursor: pointer;
  text-decoration: underline;

}

div:hover{
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  transition: .3s;
  background-color: darkolivegreen;
}

#tmp{
  text-align: right;
}

/* section:nth-child(odd)
{
justify-content: flex-end;
} */

#back_button
{
  text-align: right;
  /* font-size: 50px; */
  margin-bottom: 5%;
}
