@charset "UTF-8";

.relative{
  position: relative;
}

body {
  margin: 0;
  padding: 0;
}

#rainCanvas {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.absolute1{
  position: absolute;
  z-index: 1;
}

.absolute2{
  position: absolute;
  z-index: 3;
}

.absolute3{
  position: absolute;
  margin: 380% 0% 0% 15%;
  z-index: 4;
}

.absolute4{
  position: absolute;
  margin: 380% 0% 0% 64%;
  z-index: 4;
}

.absolute5{
  opacity: .8;
  position: absolute;
  margin: 0% 0% 0% 0%;
  z-index: 1;
}