﻿
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    overflow-x: hidden;
}

#duckCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    display: block;
}

.container-fluid {
    position: relative;
    z-index: 1;
}
/* Stile fumetto per la frase motivazionale */
#daily-quote-bubble {
    position: fixed;
    top: 24px;
    right: 32px;
    max-width: 420px;
    background: #fff;
    color: #222;
    font-size: 1.15em;
    font-family: 'Comic Sans MS', 'Comic Neue', Arial, sans-serif;
    border: 3px solid #222;
    border-radius: 24px 0 24px 0;
    box-shadow: 2px 4px 16px rgba(0,0,0,0.12);
    padding: 18px 28px 18px 22px;
    z-index: 10;
    text-align: right;
    line-height: 1.4;
}

.panel-login {
    margin-top: 20%;
}


