.ui-container {
  border: 3px solid;
  border-radius: 25px;
  border-color: #45b3ff;
  width: 85%;
  float: right;
  height: 125px;
  z-index: 200;
  position: relative;
  margin: 0;
}

.ui-container-internal {
  background-color: #45b3ff;
  opacity: 0.2;
  padding: 0;
  height: 100%;
  width: 100%;
  border-radius: 22px;
  position: absolute;
}

.ui-button {
  border: 3px solid #c0a177;
  border-radius: 15px;
  background-color: #d0c199;
  z-index: 300;
  position: relative;
  width: 13%;
  height: 80%;
  margin: 10px 0.5%;
  vertical-align: middle;
  text-align: center;
  float: left;
}

.bg {
  background-image: url("./kitty_bing_bong.jpg");
  animation: animatedCats 5s linear infinite;
  background-repeat: repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.color-button {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
}

.selected {
  background-color: #8fb1d3;
}

.color-swatch {
  height: 60px;
  width: 60px;
  left: 7px;
  top: 7px;
  border-radius: 30px;
  position: absolute;
}

.color-border {
  width: 64px;
  height: 64px;
  background-image: url("../UI/button_template.png");
  position: absolute;
}

x3d {
  border: none !important;
  outline: 0;
}

canvas {
  outline: 0;
}

.color-picker {
  border: 3px solid #8fb1d3;
  margin: 5px;
  border-radius: 5px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  color: #7998b7;
}

.color-picker h5 {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "YoungSerif";
  src: url("/fonts/Young_Serif/YoungSerif-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Chewy";
  src: url("/fonts/Chewy/Chewy-Regular.ttf") format("truetype");
}
