@import url('https://fonts.googleapis.com/css2?family=Bitcount+Prop+Double+Ink&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@100..900&display=swap');

body {
  background-color: #30313E;
  color: white;
  font-family: "Bitcount Prop Double Ink", monospace;
  font-weight: 500;
}

.center { /* Infos in the Comment in index.html */
 font-family: "Smooch Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center; /* Automatically centers text */
}
.social-list {
  display: flex;       /* Aktiviert das Flex-Layout */
  list-style: none;    /* Entfernt die Aufzählungspunkte */
  padding: 0;          /* Entfernt Standard-Einrückung */
  gap: 20px;           /* Erzeugt Abstand zwischen den Elementen */
}

.social-icon {
  width: 96px;
  height: 96px;
}
