:root {
  --c4: #444444;
  --cC: lightslategray;
  --vM: 10px;
  --ribbon: royalblue;
  --man: white;
}
body{
  background-color: var(--cC);
  color: var(--ribbon);
  text-align: center;
  /*
  height: 700px;
  border-bottom: 3px solid green;
  */
}
a {
  color: var(--cA);
  filter: brightness(0.9);
}
a:hover{
  color: var(--cC);
  filter: brightness(1.0);
}
em {
  font-weight: bold;
  font-style: normal;
  color: mediumvioletred;}

h2 {
  font: 16pt "handjet", sans-serif;
  margin: 10px;
  color: var(--man);
}
#mainWindow {
  position: relative;
  margin: auto;
  justify-content: center;
  border: 4px solid;
  border-radius: var(--vM);
  height: 460px;
  width: 340px;
  /*background-color: var(--c4);*/
  border: var(--vM) double var(--cM);
}
button {
  padding: 15px 30px;
  font: 40px "Nixie One", sans-serif;
  background-color: var(--cA);
  color: white;
  border: 0 solid transparent;
  border-radius: 40px;
}
button:hover{
  cursor: pointer;
  filter: brightness(1.25);
  border-color: rgba(0,0,0,0.2);
}
/*RIBBON*/
#ribbonBadgeText {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  width: 170px;
  margin: 70px;
  border-radius: 50%;
  border: 5px outset var(--ribbon);
  padding: 10px;
  filter: none;
  font: 24pt "Sancreek", serif;
  line-height: 35px;
}
#sashTextInput {
  height: 20px;
  width: 260px;
  padding: 10px;
  font: 24px "handjet", serif;
  border: none;
  border-radius: 25px 0 0 25px;
  margin: 0 0 10px 0;
  text-align: center;
}
#optionsPanel {
  position: absolute;
  margin-top: 480px;
  height: 100px;
  width: 340px;
}
.swapColor {
  position: absolute;
  height: 30px;
  width: 30px;
  margin: 5px;
  border: 5px solid transparent;
  padding: 0;
}
.swapColor:focus {
  border-color: white;
}
#optPink {
  background-color: hotpink;
  margin-left: 215px;
}
#optRed {
  background-color: crimson;
  margin-left: 5px;
}
#optOrange {
  background-color: coral;
  margin-left: 40px;
}
#optYellow {
  background-color: goldenrod;
  margin-left: 75px;
}
#optGreen {
  background-color: seagreen;
  margin-left: 110px;
}
#optBlue {
  background-color: royalblue;
  margin-left: 145px;
}
#optPurple {
  background-color: rebeccapurple;
  margin-left: 180px;
}
#optBlack {
  background-color: #444444;
  margin-left: 250px;
}
#optWhite {
  background-color: gainsboro;
  margin-left: 285px;
}
#sashTextInput {
 position: absolute;
}
.colors {
  position: absolute;
  margin-top: 50px;
}
#submitCustomText {
  position: absolute;
  background-color: var(--c4);
  height: 40px;
  width: 50px;
  padding: 0;
  margin-left: 277px;
  border-radius: 0 25px 25px 0;
  line-height: 10px;
}
#customInput {
  position: absolute;
  margin-left: 0;
}
#randomizeRibbon {
  position: absolute;
  margin-left: 110px;
  margin-top: 128px;
  font: 16pt "handjet", serif;
  border: 2px dotted white;
  padding: 0px;
  width: 120px;
}
@media only screen and (max-width: 500px) {
  #randomizeRibbon {
      margin-left: 200px;
  }
}
/*mannequin*/
.mannequin {
  position: absolute;
  background-color: var(--man);
}
#head {
  height: 120px;
  width: 100px;
  border-radius: 100px 100px 100% 100%;
  margin-top: 20px;
  margin-left: 120px;
  rotate: 10deg;
}
#neck {
  height: 70px;
  width: 50px;
  margin-top: 110px;
  margin-left: 145px;
  background-image: linear-gradient(var(--cC) 0%, var(--man) 70%);
  rotate: 10deg;
}
#chest {
  height: 140px;
  width: 140px;
  border-radius: 50% 30px 0 45%;
  margin-top: 160px;
  margin-left: 85px;
  rotate: 10deg;
}
#belly {
  height: 120px;
  width: 110px;
  margin-top: 255px;
  margin-left: 100px;
  border-radius: 20% 0 30% 70%;
  rotate: 10deg;
}
#hips {
  height: 150px;
  width: 150px;
  margin-top: 310px;
  margin-left: 95px;
  border-radius: 70% 60% 0 0;
}
.arm {
  height: 150px;
  width: 45px;
  border-radius: 50px 40%;
}
#armUpperLeft {
  background-image: linear-gradient(-130deg, var(--cC) 0%, var(--man) 100%);
  margin-top: 155px;
  margin-left: 70px;
  rotate: 30deg;
  border-radius: 60px 20% 50% 100%;
}
#armLowerLeft {
  margin-top: 152px;
  margin-left: 33px;
  rotate: -10deg;
}
#armUpperRight {
  margin-top: 140px;
  margin-left: 230px;
  rotate: 120deg;
}
#armLowerRight {
  margin-top: 221px;
  margin-left: 240px;
  rotate: 215deg;
}
.palm {
  height: 60px;
  width: 45px;
  border-radius: 20% 30px 50% 50%;
}
#handPalmLeft {
  margin-top: 139px;
  margin-left: 43px;
  rotate: 90deg;
}
#handPalmRight {
  margin-top: 320px;
  margin-left: 213px;
  rotate: 120deg;
  border-radius: 60% 30px 50% 50%;
}
.fingers {
  height: 45px;
  width: 50px;
  border-radius: 20% 20% 80% 0;
}
#handFingersLeft {
  margin-top: 150px;
  margin-left: 66px;
  rotate: 35deg;
    border-radius: 40% 20% 80% 0;
}
#handFingersRight {
  background-image: radial-gradient(circle at top, var(--cC) 0%, var(--man) 70%);
  margin-top: 331px;
  margin-left: 242px;
}
.sash {
  position: absolute;
}
#sashMain {
  height: 280px;
  width: 30px;
  border-radius: 300px 40%;
  rotate: -40deg;
  border: 45px solid transparent;
  border-left-color: var(--ribbon);
  margin-top: 75px;
  margin-left: 145px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}
#sashBack {
  height: 100px;
  width: 50px;
  rotate: -35deg;
  background-color: var(--ribbon);
  margin-top: 280px;
  margin-left: 200px;
  filter: brightness(0.8);
}
#sashText {
  rotate: 50deg;
  height: 40px;
  width: 200px;
  margin-top: 240px;
  margin-left: 56px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 20px "Playwrite ES", cursive;
}