html {
  block-size: 100%;
  inline-size: 100%;
}

body {
  min-block-size: 100%;
  min-inline-size: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 10vw;
  font-family: system-ui, sans-serif;
  background-image: url('/meltemi.dca93355.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  align-items: center;
  justify-content: center;
}

img {
  width: 100%;
  height: auto;
}

.card {
  border-radius: 10px;
  background-color: #fff;
  padding: 16px;
  width: min(200px, 80vw);
  box-shadow: 0 5px 24px 0 hsla(0, 0%, 0%, 0.2);
}

.card__image {
  display: block;
  margin: 24px auto;
  max-width: 128px;
}

.card__title {
  font-weight: normal;
  text-align: center;
}

.card__title {
  font-size: 16px;
}

.social {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social > * + * {
  margin-left: 8px;
}

.social-item {
  flex: 1;
  height: 48px;
  width: 100%;
  background-color: hsl(0, 0%, 94%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.social-item:hover img {
  opacity: 0.5;
}

.social-item img {
  width: auto;
  height: 24px;
  transition: opacity 0.3s ease-in-out;
}


/*# sourceMappingURL=/style.251b6741.css.map */