/*Almanacco Penelope iltelaiodipenelope.it */
body {
background-color:transparent;
overflow:hidden;
padding:0;
margin: 0;
}
.box-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  padding: 10px;
  width: 230px;
  height: 470px;
  background: rgba(87, 119, 133, 0.15);
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255,255,255,0.25);
  box-shadow: 0 6px 16px rgba(36, 35, 35, 0.15);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 8px;
  box-sizing: border-box;
}
.almanacco{
  position: absolute;
  text-align: center; 
  font-family: "Handlee", cursive; 
  line-height: 1.3; 
  font-size: 14px; 
  color: #395785ff; 
  margin: auto;
}
.titolo {
  font-family: "Handlee", cursive;
  line-height: 1.2;
  font-size: 18px;
  color: #395785ff;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: center;
}
.testo {
  font-family: "Handlee", cursive;
  line-height: 1.3;
  font-size: 14px;
  color: #395785ff;
  margin-top: 0px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.testo_scuro {
  font-family: "Handlee", cursive;
  line-height: 1.3;
  font-size: 14px;
  color: #071e41ff;
  text-align: center;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}
.testo_strong {
  font-family: "Handlee", cursive;
  line-height: 1.2;
  font-size: 16px;
  color: #29436b;
  font-weight: bold;
  margin-top: 8px;
}
.telaio-credits {
  position: absolute;
  bottom: 2px;
  left: 10px;
}  
a:link { 
  text-decoration: none; 
  cursor:nw-resize;
  font-family: "Handlee", cursive; 
  font-size: 12px;
  color: #29436b; 
}
a:visited { 
  text-decoration:none; 
  cursor:nw-resize;
  font-family: "Handlee", cursive; 
  font-size: 12px;
  color: #29436b; 
}
a:hover {
  text-decoration: underline; 
  color: #759bd4ff;
}
.pioggia {
  position:absolute;
  left:0;
  top:0;
  width:180%;
  height:450px;
  pointer-events:none;
}
.brillantino{
  position:absolute;
  top:-40px;
  animation: caduta linear infinite;
  animation-duration: calc(5s + var(--i) * 0.5s);
  animation-delay: calc(var(--i) * 0.5s);
}
@keyframes caduta{
  from { transform: translateY(-40px); }
  to { transform: translateY(320px); }
}
