body {
  font-family: 'Almarai';
}

.bg-gradient {
  background: #000000;
}

.social-icon {
  font-size: 40px;
}

.red-font {
  color: #d51f20;
}

.name {
  font-family: 'Advent Pro';
  text-transform: uppercase;
}

#es:before {
  position: absolute;
  content: 'ES';
  background: black;
  color: white;
  transform: translateX(-50%);
  left: 50%;
  bottom: -5px;
  font-size: 11px;
  padding: 2px 4px;
  border-radius: 3px;
}

#en:before {
  position: absolute;
  content: 'EN';
  background: black;
  color: white;
  transform: translateX(-50%);
  left: 50%;
  bottom: -5%;
  font-size: 11px;
  padding: 1px 4px;
  border-radius: 3px;
}

#language_links {
  z-index: 100000000;
}

.progress {
  border-radius: 0px;
  background: #181818;
}

