body {
  background-color: var(--bg);
  padding-top: calc(var(--navbar-height) + 20px);
}

.section-name {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
}
.section-name img {
  position: absolute;
  bottom: -15px;
  right: 0px;
  left: 0px;
  border-radius: var(--border-radius);
  width: 100%;
}

#contact-items a {
  color: var(--color);
  font-size: 20px;
}
#contact-items .box {
  transition: all 0.2s linear;
}
#contact-items .box:hover {
  box-shadow: 10px 10px 10px #ddd;
}
#contact-items .icon {
  font-size: 34px;
  margin-bottom: 10px;
  text-align: center;
}
#contact-items .icon img {
  width: 60px;
}/*# sourceMappingURL=contact.css.map */