*
{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body
{
    background: url("https://images.pexels.com/photos/2397414/pexels-photo-2397414.jpeg?auto=compress&cs=tinysrgb&w=1200");
    color: white;
}

.ganesha
{
    width: 400px;
    opacity: 0.3;
    position: absolute;
    left: 10px;
}

img
{
    width: 200px; 
    margin: 7px;  
}