/*
Theme Name: PiknikBus V2
Theme URI: https://example.com/total-white-screen
Author: Your Name
Author URI: https://example.com
Description: A completely blank white screen WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: total-white-screen
*/

/* Reset and set white background */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    color: #FFFFFF;
    overflow: hidden;
}

/* Hide all elements */
* {
    display: none !important;
}

/* Only show the html and body */
html, body {
    display: block !important;
}
