body 
{
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            background: #f3f4f6;
        
}
.download-btn 
{
            padding: 15px 30px;
            font-size: 18px;
            color: #fff;
            background: #4f46e5;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: background 0.3s ease;

}
.download-btn:hover 
{
            background: #4338ca;
        
}
img {
         width: 30%;
       
}
  