html,
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
canvas {
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

@font-face {
  font-family: routedGothic;
  src: url(assets/routed-gothic.ttf);
}

@font-face {
  font-family: nationalParkVar;
  src: url(assets/NationalPark-VariableVF.ttf);
}

@font-face {
  font-family: nationalParkReg;
  src: url(assets/NationalPark-Regular.ttf);
}

@font-face {
  font-family: nationalParkLight;
  src: url(assets/NationalPark-Light.ttf);
}

p {
  margin: 0;
  padding-left: 20px;
  font-family: Arial;
  font-size: 20px;
  line-height: 30px;
  
}



#radioContainer {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 400px;
  padding-bottom: 20px;
  z-index: 1;
/*   border: 1px solid #000; */
  font-family: Arial;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 25px;

}

.radios {
  display: block;
  position: relative;
  padding-right: 25px;
}

.saveButton {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 100px;
  font-family: Arial;
  font-size: 20px;
}



#radioGrid {
/*   background-color: red; */
}

#radioColor {
/*   background-color: yellow; */
}

#rgbSquare {
  width: 100px;
  height: 100px;
  background-color: rgba(0,128,0,0.27);
}
