/*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: 275px;
    border: none;
    box-sizing: border-box;
}
.almanacco{
    position: absolute;
    text-align: center; 
    font-family: "Handlee", cursive; 
    line-height: 1.3; 
    font-size: 14px; 
    color: #a3c7d1; 
    margin: auto;
}
.titolo {
    font-family: "Handlee", cursive;
    line-height: 1.2;
    font-size: 18px;
    color: #a3c7d1;
    font-weight: bold;
    margin-bottom: 4px;
    text-align: center;
}
.testo {
    font-family: "Handlee", cursive;
    line-height: 1.3;
    font-size: 14px;
    color: #a3c7d1;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
}
.testo_scuro {
    font-family: "Handlee", cursive;
    line-height: 1.3;
    font-size: 14px;
    color: #73a3b1ff;
    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: #a3c7d1; 
}
a:visited { 
    text-decoration:none; 
    cursor:nw-resize;
    font-family: "Handlee", cursive; 
    font-size: 12px;
    color: #a3c7d1; 
}
a:hover {
    text-decoration: underline; 
    color: #194c5aff;
}