/* Theme */

main {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icons-social a {
  color: #1e1e1e;
}

.icons-social a svg path {
  fill: #1e1e1e;
}
