@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
body {
  
}

.logo {
  text-align: center;
}

.logo img {
  /* display: none; */
  scale: 0.6;
}

.logo::before {
  content: "Milemon Newsletter";
  font-family: 'Poiret One', sans-serif;
  font-weight: 400; /* Ważne: zgodne z @font-face */
  display: block;
  font-size: 30px;
  margin-bottom: 16px;
  color: #1f2937;
  text-align: center;
}
