@import url('https://fonts.googleapis.com/css2?family=Grenze+Gotisch:wght@100..900&display=swap');

body {
  background-color: #000000;
  text-align: center;
}

.titolo {
  text-align: center;
  font-size: 15px;
  font-family: "Arial";
  color: #DDDDDD;
}

.bestemmia {
  text-align: center;
  font-family: "Grenze Gotisch", serif;
  font-optical-sizing: auto;
  font-size: 150px;
  font-weight: 100;
  font-style: normal;
  animation: fadeIn 3s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.linea {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.75), rgba(100, 100, 100, 0));
}
