/*
 Theme Name:   ebookbids.com
 Theme URI:    https://ebookbids.com
 Description:  Its a GeneratePress child theme for ebookbids website
 Author:       ebookbids.com
 Author URI:   https://ebookbids.com/
 Template:     generatepress
 Version:      3.1
*/

#preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
        }