/* ABOUT */

#about,
#about::after {
  background-color: #ccc;
  z-index: 2;
}

.picture {
  max-width: 480px;
  height: 250px;
  margin: 10px;
  padding: 10px;
  border-radius: 50px 0;
  background-color: #f2f2f2;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7) inset;
  position: relative;
}

.picture::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 40px 0;
  background-image: url('../images/eu.png');
  background-size: cover;
  background-position: bottom;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.description {
  box-sizing: border-box;
  max-width: 500px;
  margin: 10px;
  padding: 20px;
  background-color: #171717;
  color: #ccc;
  text-align: center;
}

.fx {
  white-space: nowrap;
}

.description span {
  color: #fa0;
  display: inline-block;
}

.skill {
  max-width: 500px;
  height: 75px;
  margin: 20px 10px;
}

.skill img {
  width: 90px;
  padding: 0 10px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5))
}

.skill:nth-child(odd) img {
  order: 1;
}

.skill:nth-child(even) img {
  order: 3;
}

.skill p {
  margin: 0;
  padding: 20px 10px;
  color: #171717;
  text-align: center;
  order: 2;
}

.skill span {
  font-family: bold-less, arial;
}
