/*
Theme Name: Simple IP Theme
Theme URI: https://example.com
Author: Coding Assistant
Description: A very simple theme to show IP and Bing background.
Version: 1.0
*/

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
body {
    background-image: url(https://www.varcoh.net/bing.php);
    background-repeat: no-repeat;
}

p {
    font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.3); 
    padding: 20px;
    border-radius: 10px;
}