body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.page-content {
  height: 100svh;
}

.content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.content {
  width: 300px;
  height: 300px;
}

.footer-socials {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 10px;
  display: flex;
}

.social-link-block {
  width: 35px;
  height: 30px;
  transition: all .2s;
  display: flex;
}

.social-link-block:hover {
  filter: brightness(150%);
}

.social-media-icon, .code-embed {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .footer-socials {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .footer-socials {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }
}

#w-node-_28fc5318-65d6-55de-c8cc-e724a8e202b9-2ba83fc6, #w-node-_28fc5318-65d6-55de-c8cc-e724a8e202bd-2ba83fc6, #w-node-_28fc5318-65d6-55de-c8cc-e724a8e202bf-2ba83fc6, #w-node-_28fc5318-65d6-55de-c8cc-e724a8e202c1-2ba83fc6, #w-node-_28fc5318-65d6-55de-c8cc-e724a8e202c3-2ba83fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


