html {
  background: black;
  color: white;
  font-family: sans-serif;
}
.layers {
  position: absolute;
  left: 200px;
}
.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
}
.layer img {
  width: 100%;
  display: block;
}
form {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 200px;
}
.attr {
  display: flex;
  flex-direction: column;
}
.attr.domes {
  display: none;
}

.row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

button {
  background: gray;
  border: 0;
  height: 1.5em;
  color: white;
}

.buttons {
  display: flex;
}

select {
  background: transparent;
  color: white;
  font-size: 1.5em;
  width: 100%;
}

label {
  /* font-weight: bold; */
  color: #666;
}

.hovercat-grid {
  display: flex;
  flex-wrap: wrap;
}

.hovercat-grid .avatar {
  position: relative;
  left: auto;
  width: 400px;
  height: 400px;
}

.hovercat-grid .layer {
  width: 400px;
}

.layer {
  z-index: 2;
}

.layer.fur {
  mask-position: center;
  mask-size: 100% 100%;
}
