body {
  background-color: var(--bg-2);
}

iframe {
  height: 300px;
  width: 100%;
  border-radius: var(--radius-md);
}

.box {
  box-shadow: none;
  border-radius: var(--radius-md);
}

#contact-items svg {
  height: 60px;
}
#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 */