
#buttonContainer{
    width: 100%;
    left: 0;
    bottom: 2.5%;
    position: absolute;
}
#bottom-nav-bar {
  background-color: #333;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
svg {
    height: 80vh; /* For 100% screen height */
    width:  100vw; /* For 100% screen width */
}
.fa-cog{
    color:darkgrey;
    font-size: 1.5em;
    line-height:inherit!important;
}

/* #distillate {  
    background-color: black;  
    color: rgb(121, 224, 255);  
    font-size: 60px;  
    margin: auto;  
    border: 2px solid rgb(121, 224, 255);
}   */

/* #distillate {  
    margin: auto;  
}   */
/* #cloudContainer {
    width: 700px;
    height: 700px;
    background-color: black;
    left: 50%;
    top: 25%;
    margin-top: -100px;
    margin-left: -350px;
    position: fixed;
} */

#cloudContainer {
    /* width: 700px;
    height: 700px;
    background-color: black;
    left: 50%;
    margin-top: 0px;
    margin-left: -350px; */
    display: inline-block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
