/*
 * index default style
 */

body{
  margin: 0;
  background: #188ae2;
}

.art-canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -280px;
  margin-left: -500px
}

.index-top{
  width: 100%;
  height: 300px;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  .top-img{
    width: 400px;
    height: 200px;
    display: inline-block;
  }
}

.index-center{
  width: 100%;
  height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
}

.index-bottom{

}

