/*
 Theme Name:   Astra Child
 Description:  Astra Child Theme
 Author:       Debraj Mondal
 Author URI:   https://debrajmondal.com/
 Template:     astra
 Version:      1.0.0
*/
/* Example: Set a background image as the logo */
body {
    background-image: url('logo.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    padding-top: 100px; /* Adjust as needed */
}