.body{
    width: 600px;
    background-image: linear-gradient(125deg, rgb(54,81,217),
    rgb(207,56,148)) ;
    
}
.header {
font-size: 23px;
font-weight: bold;
text-shadow: 0 0 6px;
color: white;
margin-bottom: 20px;
}
.generate{
    font-size: 17px;
    color:gray;
}
.img{
    width: 600px;
}
.order-now{
    background: #dd0404;
    color: #fff;
    border-radius: 8px;
    padding: 5px 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
}
.learn-more{
    background: #ffef09;
    color: rgb(0, 0, 0);
    border-radius: 8px;
    padding: 5px 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
}
.lorem-text{
    text-align: justify;
    color: rgba(255, 255, 255, 0.637);
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    
}
.other{
    color: black;
    text-decoration: none;
}
.other:hover{
    text-decoration: underline;
}