
@font-face {
  font-family: 'Ortica';
  src: url('../fonts/Ortica-Light.otf');
  font-style: normal;
}

* {box-sizing: border-box}

h1{
  padding-top: 10px;
  padding-bottom: 30px;
  font-family: 'Ortica';
  font-size: 6vw;
  line-height: 110%;
  color: black;
  text-align: center;
  font-weight: normal;
  margin-block-start: 0em;
  margin-block-end: 0em;
  }

  h5{
    font-family: 'Ortica';
    font-size: 6vw;
    line-height: 110%;
    color: black;
    text-align: center;
    font-weight: normal;
    margin-block-end: 0.3em;
    }

.container {
  width: 100%;
  background-color: black;
  -webkit-box-shadow: 0px 0px 15px -3px #000000;
  box-shadow: 0px 0px 15px -3px #000000;
  border-radius: 2em;
  margin-block-end: 3em;
}

.skills {
  font-size: 3vw;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Ortica';
  color: black;
}

.a {width: 75%;
  background-color: white;
  border-radius: 2em;
  padding-right: 20px;
}
.b {width: 98%;
  background-color: white;
  border-radius: 2em;
  padding-right: 20px;
}
.c {width: 63%;
  background-color: white;
  border-radius: 2em;
  padding-right: 20px;
}
.d {width: 59%;
  background-color: white;
  border-radius: 2em;
  padding-right: 20px;
}
.e {width: 51%;
  background-color: white;
  border-radius: 2em;
  padding-right: 20px;
}
