body {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    Black 0%,
    White 100%);
  background-repeat: no-repeat;
  font-family: 'Impact', sans-serif;
  font-style: bold;
  justify-content: center;
  text-align: center;
}

a {
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Impact', sans-serif;
  font-style: bold;
}

p {
  color: white
}

span{
  color: #FFFFFF;
}
/* Classes */
.canvas {
  position: relative;
  border-radius: 300px;
  margin: auto;
  width: 800px;
  height: 635px;
  background: linear-gradient(
    #FF9900 0%,
    #FFFCE0 100%);
}

.animate-charcter {
  text-transform: uppercase;
  background: linear-gradient(
    -90deg,
    #E7FB71 0%,
    #8CD6FF 25%,
    #44107a 50%,
    #ff1361 75%,
    #fff800 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  display: inline-block;
  font-size: 25px;
}

/*button styling*/
.button {
  display: inline-block;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    #44107a 0%,
    #ff1361 100%);
  border: none;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  width: 300px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 20px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/* ID tags */
#bearbody {
  position: absolute;
  width: 100px;
  height: 80px;
  left: 339px;
  top: 46px;
  border-radius: 50px 50px 20px 20px;
  background: linear-gradient(
    180deg,
    #B7FFF2 0.52%,
    #8CD6FF 49.48%,
    #536EFF 100%);
}

#bearear {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 10px 10px 0px 10px;
}

#bearnose {
  position: absolute;
  width: 10px;
  height: 5px;
  left: 370px;
  top: 81px;
  border-radius: 50px;
  background: #3247B5;
}

#beareye {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* human id tags */
#head {
  position: absolute;
  width: 300px;
  height: 300px;
  background: #FFDAD5;;
  border-radius: 150px 150px 150px 150px;
  top: 111px;
  left: 246px;
}

#body {
  position: absolute;
  width: 270px;
  height: 169px;
  left: 261px;
  top: 456px;
  border-radius: 135px 135px 0px 0px;
  background: linear-gradient(180deg, #8CD6FF 0%, #FFFBDD 100%);
}

#neck {
  position: absolute;
  width: 70px;
  height: 120px;
  left: 361px;
  top: 369px;
  border-radius: 50px;
  background: linear-gradient(180deg, #AE7B6B 0%, #FFDAD5 100%);
}

#ponytail {
  position: absolute;
  width: 85px;
  height: 85px;
  left: 389px;
  top: 69px;
  border-radius: 45px;
  background: #000000;
}

#lefteye {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #000000;
  border-radius: 10px;
  top:272px;
  left:296px;
}

#righteye {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #000000;
  border-radius: 10px;
  top:272px;
  left:411px;
}

#leftbrow {
  position: absolute;
  width: 30px;
  height: 10px;
  background-color: #000000;
  border-radius: 5px;
  top:246px;
  left:291px;
}

#rightbrow {
  position: absolute;
  width: 30px;
  height: 10px;
  background-color: #000000;
  border-radius: 5px;
  top:246px;
  left:406px;
}

#mouth {
  position: absolute;
  width: 50px;
  height: 8px;
  left: 345px;
  top: 320px;
  background: #000000;
  border-radius: 4px;
}

#rightpart {
  position: absolute;
  width: 166px;
  height: 150px;
  left: 380px;
  top: 111px;
  border-radius: 0px 130px 0px 100px;
  background: linear-gradient(180deg, #000000 0%, #49413D 100%);;
}

#leftpart {
  position: absolute;
  width: 119px;
  height: 150px;
  left: 246px;
  top: 111px;
  border-radius: 150px 0px 100px 0px;
  background: linear-gradient(180deg, #000000 0%, #49413D 100%);;
}

#centerpart {
  position: absolute;
  width: 15px;
  height: 54px;
  left: 365px;
  top: 111px;
  background: #0E0D0C;
}

#part {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 365px;
  top: 158px;
  border-radius: 10px;
  background: #FFDAD5;
  border-radius: 10px;
}
