.text-gray-300{
  color: #ddd;
}

td i{
  margin-left: 2px;
}

.fa-file-powerpoint, .fa-file-pdf, .fa-laptop-code, .fa-github, .fa-chrome, .bi{
  font-size: 120%;
}

/* #2fea05 */

.fa-check, .fa-circle, .fa-circle-half-stroke{
  color: #2fea05;
}

.text-html{
  color: rgb(25 242 47);
}

.table td,.table th{
  /* padding: .5rem 0 !important; */
  vertical-align: middle;
  /* font-size: .9em; */
}

.table tr>td:first-of-type{
  font-weight: bold;
}

@media screen and (min-width:768px) {
  .top-main{
    margin: 0 4em !important;
  }
}

.table td.biko{
  vertical-align: top;
  background-color: lightyellow;
  color: red;
  font-weight: bold;
}

video.video{
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  video.video{
    width: 100%;
  }
}