body{
  background : #f0f0f0;
  display : flex;
  flex-direction : column;
  justify-content : center;
  align-items: center;
  min-height : 100vh;
  padding : 0px;
  margin : 0px;

  font-family : verdana;
}

#wrap{
  border : solid 1px rgba(0,0,0,.05);
  min-height : 600px;
  width : 100%;
  background-color: white;

  display : flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#logo{
    border: solid 1px white;
    min-width : 300px;
    width : 60%;
    min-height : 300px;
    padding : 20px;
    text-align : center;
}

#logoimg{
  min-width : 300px;
  min-height : 250px;
  width : 50vw;
  max-width : 600px;
  height : auto;

}


#notes{
  border: solid 1px white;
  min-width : 300px;
  width : 60%;
  min-height : 150px;
  color : rgba(20,20,20,.7);
  padding : 20px;
  text-align : center;
}

#copy {
  font-size : 8pt;
  padding : 10pt;

}



.crown{
  color : rgba(91,8,86,1);
}

.thirdeye{
  color : rgba(46,11,87,1);
}

.throat{
  color : rgba(50,169,214,1);
}

.heart{
  color : rgba(104,156,66,1);
}

.solarPlexus{
  color : rgba(249,198,25,1);
}

.sacral{
  color : rgba(216,110,37,1);
}

.root{
  color : rgba(234,34,43,1);
}
