@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
body{
 background-color: black;
    color: white;
      overflow:inherit;
    text-align: center;
    height:100%;
    
}
.ml3{
opacity: 0.1;
    position:absolute;
  transform: translate(-50%, 80%);
}

.demo{
    display: none;
    float: right;
    margin-top: 10px;
    position: relative;
    
}
.demo>#demo{
    color: white;
    float: right;
    padding-left: 4px;
}
.demo>.sub_demo{
     background: red;
    background: -webkit-linear-gradient(left, orange , yellow, green, cyan, violet);
    background: -o-linear-gradient(right, orange, yellow, green, cyan, violet);
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, violet);
    background: linear-gradient(to right, orange , yellow, green, cyan, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
svg{
   position: relative;
     bottom: -203px;
}
.inProcess{
    display: none;
    font-size: 40px;
  position: relative;
     bottom: -210px;  
margin-top: 10px;
    font-family:  Book Antiqua;
}
#section05{
     display: none;
     position: relative;
     top:230px;
    margin-top: 40px;
}

ul.unordered{
text-align: left;
    list-style-type: circle;
    
  width:fit-content ;
    display: table;
  margin: 0 auto;
}
#section05>p{
    
text-align: center;
    background-image: linear-gradient(to left, white, #2196f3);   -webkit-background-clip: text;
  color: transparent;
    font-size: 19px;
/*added*/ margin-bottom: 20px;
}
ul.unordered>li{
   padding-left: 12px;
    list-style-position: outside;
}
ul>li.unorderedPosition{
     list-style-position: outside;
    text-align: left;
    margin-left: 45px;
     font-size: 15px;
     color: #2196f3;
    }

li>span.mail_style{
     background: red;
    background: -webkit-linear-gradient(left, orange , yellow, green, cyan, violet);
    background: -o-linear-gradient(right, orange, yellow, green, cyan, violet);
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, violet);
    background: linear-gradient(to right, orange , yellow, green, cyan, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-family: Trebuchet MS
}

#section04 a {
  padding-top: 60px;
}
#section04 a span {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

#debug{
margin-top:200px;    
}
.normal {color:#2196f3;}
.yellow {color:yellow;}