#welcome-viki{
  font-family: 'Roboto';
  font-weight: 100;
  font-size: 35px;
  color: black !important;
}

#centerall {
  position: fixed;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0;
  width:100%;
  height:100%;

  background-color: rgba(244, 242, 240, 0.8);

}


#statsContainer{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 10px;
  color: black !important;
  padding: 0px;

}

.themed.text{
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  color: black !important;
  padding: 0px;

}


#subText{

  font-family: 'Roboto';
  font-weight: 400;
  font-size: 9px;
  color: black !important;
}



body {
  background-color: rgba(244, 242, 240, 1.0) !important;

}


.roundImg {
  border-radius: 50%;
  border: 1px solid darkgray;
}

#threeCanvasElement {
  border-radius: 50%;
  border: 1px solid darkgray;


}

#canvas {
  border-radius: 50%;
  border: 1px solid darkgray;

}

#ImgConnect {
  border-radius: 50%;
  border: 1px solid darkgray;
}
