No edit summary
No edit summary
Line 1: Line 1:
.fp-welcome-box {
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 2em;
    text-align: center;
    font-family: Georgia, serif;
    opacity: 0;
    animation: fadeInBox 1s ease-in-out forwards;
}
@keyframes fadeInBox {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* Welcome box */
/* Welcome box */
.fp-welcome-box {
.fp-welcome-box {