.loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
    background: #000;
  }
  .loaderContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
  }
  
  .dash {
    margin: 0 15px;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #fff;
  }
  
  .uno {
    margin-right: -18px;
    transform-origin: center left;
    animation: spin 3s linear infinite;  
  }
  
  .dos {
    transform-origin: center right;
    animation: spin2 3s linear infinite;
    animation-delay: .2s;
  }
  
  .tres {
    transform-origin: center right;
    animation: spin3 3s linear infinite;
    animation-delay: .3s;
  }
  
  .cuatro {
    transform-origin: center right;
    animation: spin4 3s linear infinite;
    animation-delay: .4s;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(360deg);
    }
    30% {
      transform: rotate(370deg);
    }
    35% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes spin2 {
    0% {
      transform: rotate(0deg);
    }
    20% {
      transform: rotate(0deg);
    }
    30% {
      transform: rotate(-180deg);
    }
    35% {
      transform: rotate(-190deg);
    }
    40% {
      transform: rotate(-180deg);
    }
    78% {
      transform: rotate(-180deg);
    }
    95% {
      transform: rotate(-360deg);
    }
    98% {
      transform: rotate(-370deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  
  @keyframes spin3 {
    0% {
      transform: rotate(0deg);
    }
    27% {
      transform: rotate(0deg);  
    }
    40% {
      transform: rotate(180deg);
    }
    45% {
      transform: rotate(190deg);
    }
    50% {
      transform: rotate(180deg);
    }
    62% {
      transform: rotate(180deg);
    }
    75% {
      transform: rotate(360deg);
    }
    80% {
      transform: rotate(370deg);
    }
    85% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes spin4 {
    0% {
      transform: rotate(0deg);
    }
    38% {
      transform: rotate(0deg);
    }
    60% {
      transform: rotate(-360deg);
    }
    65% {
      transform: rotate(-370deg);
    }
    75% {
      transform: rotate(-360deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  
  :root {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 1000;
  line-height: 24px;

  color: #fff;
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

main {
  flex-direction: column;
}

body {
  margin: 0;
  place-items: center;
  min-height: 100vh;
  background-color: #000;
}

span {
  color: #fff;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.constructor-div-container {
    user-select: none;
    flex-direction: row;
    margin: 0 0 20px 0;
}
.kw-logo {
    width: 200px;
    /* height: 14vh; */

    padding: 0 1.5vw 0 1.5vw;
}

.header-div-container {
    user-select: none;

    flex-direction: row;

    max-height: 150px;
    width: 35vw;
    margin: 15px;
}

.header-p-size {
    max-height: 72px;
}

.header-p-left {
    text-align: left;
}
.header-p-right {
    text-align: right;
}
.info-div-container {
    user-select: none;
    flex-direction: column;
}

.info-p-padding {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

.info-p-size {
    font-size: 15px;
    text-align: center;
    width: 500px;
}
.info-p-sizeB {
  color: darkgrey;
  font-size: 10px;
  text-align: center;
  width: 500px;
}
.layerButton-div-container {
    user-select: none;
    /*background: url(../assets/ring.png) center center/cover no-repeat;*/
    background-color: white;
    width: 100px;
    height: 80px;
    color: #ff1491;
}

.layerButton-div-decoration {
    width: 100px;
    height: 80px;
}

.layerButton-p-size {
    font-size: 20px;
}

.border-left {
    border-radius: 50px 0 0 50px;
}

.font-left {
    margin-left: 1vw;
}

.border-right {
    border-radius: 0 50px 50px 0;
}

.font-right {
    margin-right: 1vw;
}

.border-random {
    border-radius: 0 50px 50px 0;
}

.font-random {
    font-size: 12px;
    font-weight: 400;
    margin-right: 1vw;
    color: rgba(255, 255, 0, 0.97);
    padding-bottom: 7px;
}

.layerButton-h1-view {
    color: rgba(255, 255, 0, 0.97);

    font-weight: 400;
    font-size: 35px;

    padding: 0 3px 10px 0;
}
.smol-div-view {
  user-select: none;

  color: #fff;
  background-color: #1c1c1c;

  border-radius: 50px;

  width: 50px;
  height: 50px;

  font-size: 15px;
  font-weight: 1000;
  margin: 0 20px auto;
  display: none;
}
.actions-div-view {
    user-select: none;
    background-color: #1c1c1c;
    border-radius: 50px;

    width: 180px;
    height: 50px;

    font-size: 15px;
    font-weight: 1000;

    margin: 0 0 50px 0;
}
.actions-div-input {
    user-select: none;

    color: #ffffff;
    background-color: rgb(57, 57, 57);

    border: solid 2px;
    border-radius: 50px;

    width: 100px;
    height: 50px;

    font-size: 15px;
    font-weight: 1000;

    margin: 0px 0px 50px 10px;
    padding: 0px 20px 0px 25px;
}

.actions-div-border-color {
    border: solid 2px #5f5f5f;
}

.cats-paw {
    width: 30px;
    height: 30px;

    padding: 0;
    margin: 0;
}
.preview-div-container {
    border-radius: 50px;
    width: 350px;
    height: 350px;
    border: 1px solid #1c1c1c;
}

@media only screen and (max-width: 600px) {
    .preview-div-container {
        border-radius: 40px;
        width: 250px;
        height: 250px;
    }
    .layerButton-div-container {
        user-select: none;
        width: 70px;
        height: 50px;
        color: #636363;
    }
    .layerButton-div-decoration {
        width: 70px;
        height: 50px;
    }
  }