.frosted-glass {
  background: rgba(255, 255, 255, 0.69);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 8px;
}

.ogImage {
  width: 100%;
  max-width: 256px;
  height: auto;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
