@import "https://fonts.googleapis.com/css2?family=Bungee&display=swap";
@import "https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap";
@import "https://fonts.googleapis.com/css2?family=Aldrich&display=swap";
body {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 20%;
}
#header {
  position: fixed;
  background-color: #2a64ad;

  color: whitesmoke;

  width: -webkit-fill-available;
  height: 20%;
  max-height: 100px;
  text-align: center;
  place-content: center;
}
#name-header {
  font-size: 30px;
  font-weight: bold;
}
#summary ul li {
  font-family: black ops one;
}
#summary ul {
  margin-top: 98px;

  margin-right: 10%;
  margin-left: 3%;
}
.h2 {
  color: #2a64ad;
  text-align: center;
  place-content: center;
  font-size: 20px;
  font-family: "Black Ops One";
  font-weight: bold;
}
.experience-company {
  font-weight: bold;
  font-family: aldrich;
}

.experience-title {
  font-family: aldrich;
}
#experiences {
  margin-right: 10%;
  margin-left: 3%;
}
#experiences ul li {
  font-family: black ops one;
}
#certifications {
  margin-right: 10%;
  margin-left: 3%;
}
#softwares {
  margin-right: 10%;
  margin-left: 3%;
}
.software-name {
  font-family: aldrich;
}
.software-progress {
  /*<!-- 
    height: 5%; */
  margin-left: 2.5%;
  width: 13.5%;
  background-color: #2a64ad;
  height: 9px;
  border-radius: 20px;
  border-radius: 15px 20px 20px 15px;
}
.software-subgroup
  {
    margin-left: 3.5%;
    width: fit-content;
    min-width: 13%;
    height: 20px;
    border-radius: 20px;
    border-radius: 15px 20px 20px 15px;
    margin-top: 5px;
    text-align: center;
    padding-left:10px;
    padding-right: 10px;
  }
.cert {
  font-family: aldrich;
}
body {
  background-color: #1F1F1F;
  color: white;
}