/* Multidimensional Atomic Interactions Prototype V2 CSS */

body {
  cursor: none;
  font-size: 18px;
  font-family: 'Roboto', serif;
}

a {
  color: #ff0000;
}

h1 {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

canvas {
  width: 100%;
  margin: auto;
  display: block;
}

#info {
  z-index: 2;
  width: 100%;
  text-align: left;
  overflow: hidden;
  padding-left: 10px;
  position: absolute;
}

#container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
  position: absolute;
}

#cursor {
  z-index: 1;
  width: 9px;
  height: 9px;
  top: -1000px;
  left: -1000px;
  position: absolute;
  border-radius: 6px; 
  -moz-border-radius: 6px; 
  border: 1px solid #ffffff; 
  background-color: #ffffff;
  -webkit-border-radius: 6px;
}
