
body {
  font-family: 'Jua', sans-serif;
  background-color: #ffffff;
}

.section{
  margin-top: 10%;
}
a:hover{
  text-decoration: none;
}
.title{		
  font-family: cursive;
  text-align: center;
  color: #ceaaaa;
}
.subtitle {
  font-family:cursive;
  line-height: 1.53;
  text-align: center;
  margin-top: 1%;
  color: rgb(165, 156, 156);
}
@media screen and (max-width: 100%) {
  html {
    font-size: 8px;
  }
}

.file-upload {
  background-color: #eeeeee;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 5% 3%;
  border-radius: 10px;
  max-width: 960px;
}

.camera-btn{
  width: 100%;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 2%;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-top: 3%;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.uploadimg{
  width: 30%;
  padding-top:20%
}

.image-upload-wrap {
  border: 4px dashed #1FB264;
  position: relative;
  width: 100%;
  height: 70%;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #1FB264;
  border: 4px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
  margin: 0 auto;
}

.drag-text h3 {
  font-weight: 1000;
  text-transform: uppercase;
  color: #15824B;
  padding-top: 10%;
  padding-bottom: 25%;
}

.file-upload-image {
  max-height: 60%;
  max-width: 60%;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 1%;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 2%;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.start-image {
  width: 200px;
  margin: 1%;
  color: #fff;
  background: #3835cd;
  border: none;
  padding: 2%;
  border-radius: 4px;
  border-bottom: 4px solid #171581;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.neon {
  color: #000000;
  text-align: center;
  padding:5%;
}

.loading {
  display: none;
  margin: 1%;
  font-size: 1rem;
}

.spiner {
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
  0% {
    stroke: #4285f4;
  }
  25% {
    stroke: #de3e35;
  }
  50% {
    stroke: #f7c223;
  }
  75% {
    stroke: #1b9a59;
  }
  100% {
    stroke: #4285f4;
  }
}

@keyframes colors {
  0% {
    stroke: #4285f4;
  }
  25% {
    stroke: #de3e35;
  }
  50% {
    stroke: #f7c223;
  }
  75% {
    stroke: #1b9a59;
  }
  100% {
    stroke: #4285f4;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}

#label-container{
  width: 90%;
  margin: 0 auto;
}

#d-flex0, #d-flex1{
  display: flex;
}

.Pleasant{
  width: 15%;
}

.Unpleasant{
  width: 15%;
}

.bar{
  width: 90%;
  height: 1.3em;
  position: relative;
}
.percent{
  height: 100%;
  background: #e9d66d;
}
/* #d-flex0 .bar{
  width: 100%;
  height: 1.3em;
  position: relative;
  background: blue;
}
#d-flex0 .percent{
  height: 100%;
  border-radius: 10px;
  background: #9AD3DE;
} */
/* #d-flex1 .bar{
  width: 100%;
  height: 2em;
  border-radius: 10px;
  position: relative;
  background: red;
}
#d-flex1 .percent{
  height: 100%;
  border-radius: 10px;
  background: #ceaaaa;
} */

#contents{
  display: none;
  background-color: #FBFBEF;
  width: 90%;
  height: 100%;
  margin: 3% auto;
  border-radius: 5px;
  padding: 2%;
}
#contents a{
  color: #35465d;
}

.res-title{
  text-align: center;
  margin-bottom: 4%;
  color: #35465d;
}

.contents-music{
  width: 80%;
  height: 50px;
  background-color: #E0F8F7;
  margin: 1% auto;
  border-radius: 3px;
  text-align: center;
  padding: 2%;
}
.contents-link{
  width: 80%;
  height: 50px;
  background-color: #E0F8E6;
  margin: 1% auto;
  border-radius: 3px;
  text-align: center;
  padding: 2%;
}
.contents-youtube{
  width: 80%;
  height: 50px;
  background-color: #FBEFF8;
  margin: 1% auto;
  border-radius: 3px;
  text-align: center;
  padding: 2%;
}
.contents-comment{
  width: 80%;
  height: 60px;
  background-color: #E6E6E6;
  margin: 1% auto;
  border-radius: 3px;
  text-align: center;
  padding: 2%;
}
.contents-book-smile{
  width: 80%;
  margin: 1% auto;
  border-radius: 3px;
  padding: 2%;
}
.contents-book-smile img{
  width: 44%;
  margin: 3%;
}
.contents-book-angry{
  width: 80%;
  margin: 1% auto;
  border-radius: 3px;
  padding: 2%;
}
.contents-book-angry img{
  width: 44%;
  margin: 3%;
}

.container{
  padding: 2%;
  position: relative;
}
.tip{
  background: #9AD3DE;
  border: 0;
  border-radius: 4px;
  padding: 1% 5%;
  font-size: 200%;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  left: 40%;
  margin-bottom: 5%;
}
.tip:focus {
  outline: none;
}
.tip:hover {
  background: #c0e4eb;
}
.tipclose{
  background: #9AD3DE;
  border: 0;
  border-radius: 4px;
  padding: 1% 5%;
  font-size: 200%;
  color: #FFFFFF;
  cursor: pointer;
}
.tipclose:focus {
  outline: none;
}
.tipclose:hover {
  background: #c0e4eb;
}

.popup {
  background: rgba(100, 100, 100, 0.5);
  position: fixed;
  display: none;
  z-index: 5000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.popup > div {
  max-width: 600px;
  width: 70%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: #FFFFFF;
  padding: 30px;
  z-index: 5001;
  text-align: center;
  border: 5px solid #9AD3DE;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}

canvas{
  width: 60%;
  margin-left: 23%;
}

.myCanvas{
  margin: 0 auto;
  padding: 20px;
}