body{
    background-color: #49515b; 
    }
    
    #all{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 410px;
    height: 520px;
    }
     
    #container{
    width: 390px;
    height: 500px;
    background-color: #fff;
    padding: 10px;
    }
     
    #header{
    height: 70px;
    background-image: url('https://lafitteware.neocities.org/bluemirror.jpg');
    background-position: top left;
    padding: 5px;
    position: relative;
    }
     
    #header h1{
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    font-size: 15px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 0px #25272b;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    }
     
    #content{
    overflow: scroll;
    overflow-x: hidden;
    height: 377px;
    padding: 4px;
    text-align: justify;
    color: #444951;
    margin-bottom: 5px;
    margin-top: 5px;
    }
    
    #content h2{
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
    font-size: 15px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 0px #25272b;
    }
    
    #content p{
    margin-top: 0px;
    font-size: 14px;
    }
     
    #bottom{
    height: 32px;
    background-image: url('https://lafitteware.neocities.org/bluemirror.jpg');
    background-position: bottom left;
    padding: 5px;
    position: relative;
    }
     
    #credit a{
    color: #fff;
    opacity: 0.5;
    text-decoration: none;
    }
     
    #nav{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
     
    #nav a{
    color: #fff;
    opacity: 0.6;
    text-decoration: none;
    }
     
    #nav a:hover{
    color: #fff;
    opacity: 1;
    }
     
    ::-webkit-scrollbar{
    width: 6px; 
    }
     
    ::-webkit-scrollbar-track{
    background-color: transparent;
    }
     
    ::-webkit-scrollbar-thumb{
    background-color: #434750;  
    }
     
    #credit{
    font-size: 13px;
    position: fixed;
    bottom: 0;
    right: 0;
    font-family: 'Garamond', serif;
    }
            .warning-box h3 {
                color: #c0392b;
                font-size: 1.4rem;
                margin-bottom: 1rem;
                text-transform: uppercase;
                letter-spacing: 2px;
            }
            .stats {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 1rem;
                margin: 2rem 0;
            }
            
            .stat-card {
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                color: white;
                padding: 1.5rem;
                border-radius: 10px;
                text-align: center;
                transform: translateY(0);
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }