<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
#tulsi{
            width:400px;
            height:auto;
            margin:auto;
            border:1px solid red;
            background:rgb(27, 196, 97);
            box-sizing:border-box;
            padding:20px;
            border-radius: 15px;
        }
        #tulsi h2{
            color:rgb(255, 255, 255);
            font-family: sans-serif;
        }
        #tulsi input{
            font-family: sans-serif;
            width:80%;
            padding:10px 0px ;
            box-sizing:border-box;
            margin:5px 0px;
        }
        #tulsi input[type="submit"]{
            background:rgb(0, 0, 0);
            color:white;
            font-weight:bold;
            font-family: sans-serif;
            border:none;
            border-radius: 5px;
        }
        #tulsi input[type="submit"]:hover, #box button:hover{
            background:red;

        }
        #tulsi button{
            font-family:sans-serif;
            color:rgb(255, 255, 255);
            background:rgb(112, 107, 107);
            border:none;
            padding:10px 10px;
            border-radius: 5px;
        }
    #tulsi .box2{
            font-family: sans-serif;
            width:80%;
            padding:10px 0px ;
            box-sizing:border-box;
            margin:5px 0px;
            background:white;
        }
        #tulsi .box2 h5{
            color:black;
            padding:0;
            margin:0;
        }</pre></body></html>