body {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  color: #868F9B;
  font-family: "Open Sans", Arial, sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 1.8;
color: #777;
background: #fff;
}
.skills {
    width: 600px;
    margin: auto;
    padding: 10px;
}

.bar-container {
    position: relative;
    width: 100%;
    background-color: rgb(207, 203, 197);
    border-radius: 4rem;
}
.porcent{
    text-align: right;
    padding: 5px;
    color: black;
    font-weight: 700;
}
.Java{
    background-color: orange;
    animation: Java 4s forwards;
    border-radius: 4rem;
}
.JavaScript{
    background-color: yellow;
    animation: JavaScript 4s forwards;
    border-radius: 4rem;
  }
  
  .Python{
    background-color: rgb(25, 105, 224);
    animation: Python 4s forwards;
    border-radius: 4rem;
  }
  .Android{
    background-color: green;
    animation: Android 4s forwards;
    border-radius: 4rem;
  }
  .Flutter{
    background-color: rgb(73, 92, 197);
    animation: Flutter 4s forwards;
    border-radius: 4rem;
  }
  .HTML{
    background-color: orangered;
    animation: HTML 4s forwards;
    border-radius: 4rem;
  } 
  .CSS{
    background-color: blue;
    animation: CSS 4s forwards;
    border-radius: 4rem;
  } 
  .XML{
    background-color: orange;
    animation: XML 4s forwards;
    border-radius: 4rem;
  } 
  .prestashop{
    background-color: rgb(199, 33, 116);
    animation: prestashop 4s forwards;
    border-radius: 4rem;
  } 
  .WordPress{
    background-color: rgba(0, 180, 204, 0.966);
    animation: WordPress 4s forwards;
    border-radius: 4rem;
  }
  .SQL{
    background-color: blue;
    animation: SQL 4s forwards;
    border-radius: 4rem;
  }
  .MySQL{
    background-color: orange;
    animation: MySQL 4s forwards;
    border-radius: 4rem;
  } 
  .Access{
    background-color: rgba(170, 10, 10, 0.925);
    animation: Access 4s forwards;
    border-radius: 4rem;
  } 
  .Linux{
    background-color: rgb(255, 217, 0);
    animation: Linux 2s forwards;
    border-radius: 4rem;
  } 
  .Windows{
    background-color: rgb(10, 106, 233);
    animation: Windows 4s forwards;
    border-radius: 4rem;
  } 
  .PremierePro{
    background-color: rgba(11, 11, 185, 0.856);
    animation: PremierePro 4s forwards;
    border-radius: 4rem;
  } 
  .photoshop{
    background-color: blue;
    animation: photoshop 4s forwards;
    border-radius: 4rem;
  } 
  .Spanish{
    background-color: red;
    animation: Spanish 4s forwards;
    border-radius: 4rem;
  } 
  .English{
    background-color: blue;
    animation: English 4s forwards;
    border-radius: 4rem;
  } 

  @keyframes Java {
    0% {
      width: 0;
    }
    100% {
      width: 65%;
    }
  }
  
  @keyframes JavaScript {
      0% {
        width: 0;
      }
      100% {
        width: 70%;
      }
  }
  
    @keyframes Python {
      0% {
        width: 0;
      }
      100% {
        width: 45%;
      }
  }

  @keyframes Android {
    0% {
      width: 0;
    }
    100% {
      width: 40%;
    }
}

@keyframes Flutter {
  0% {
    width: 0;
  }
  100% {
    width: 35%;
  }
}
  @keyframes HTML {
    0% {
      width: 0;
    }
    100% {
      width: 85%;
    }
}

@keyframes CSS {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}

@keyframes XML {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

@keyframes prestashop {
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}

@keyframes WordPress {
  0% {
    width: 0;
  }
  100% {
    width: 65%;
  }
}

@keyframes SQL {
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}

@keyframes MySQL {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

@keyframes Access {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}

@keyframes Linux {
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}

@keyframes Windows {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}

@keyframes PremierePro {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}

@keyframes photoshop {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}

@keyframes Spanish {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes English {
  0% {
    width: 0;
  }
  100% {
    width: 35%;
  }
}