/*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: 390px;
  border: none;
  box-sizing: border-box;
}
.almanacco{
  position: absolute;
  text-align: center; 
  font-family: "Handlee", cursive; 
  line-height: 1.3; 
  font-size: 14px; 
  color: #f8e8c6; 
  margin: auto;
}
.titolo {
  font-family: "Handlee", cursive;
  line-height: 1.2;
  font-size: 18px;
  color: #f8e8c6;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: center;
}
.testo {
  font-family: "Handlee", cursive;
  line-height: 1.3;
  font-size: 14px;
  color: #f8e8c6;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
}
.testo-proverbio {
  width: 85%;
  height: 40px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Handlee", cursive;
  line-height: 1.3;
  font-size: 14px;
  color: #f8e8c6;
  font-style: italic;
  overflow: hidden;
  white-space: pre-line;
}
.testo_scuro {
  font-family: "Handlee", cursive;
  line-height: 1.3;
  font-size: 14px;
  color: #f4daa2;
  text-align: center;
  margin-top: 8px;
  text-align: center;
}
.telaio-credits {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}  
a:link { 
  text-decoration: none; 
  cursor:nw-resize;
  font-family: "Handlee", cursive; 
  font-size: 12px;
  color: #f8e8c6; 
}
a:visited { 
  text-decoration:none; 
  cursor:nw-resize;
  font-family: "Handlee", cursive; 
  font-size: 12px;
  color: #f8e8c6; 
}
a:hover {
  text-decoration: underline; 
  color: #e6b243ff;
}