

        body {
            background-color: #000000;
            color: #ffffff;
            margin: 0;
            height: 100vh;
            
            
            display: flex;
            
            
            justify-content: center;
            
            
            align-items: center;
        }

