
body{
    font-family: cursive;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    height: 100vh;
    /* margin: 100px; */
    background-color: #d0d0f5;
    line-height: 30px;
    margin: 0%;
}

.container {
    /* width: 50%; Adjust the width as needed */
    /* margin: 50px auto; */
    text-align: center;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    width: 400px;
   
    
}
.bigcon{
    /* background-color: #333; */
    height: 600px;
    align-content: center;
    margin-bottom: 80px;
    margin-top: 80px;
    display: flex;
    
}


.bigcon img{
    padding-top: 80px;
    height: 480px;
    margin-left: 400px;
    
    
}

h1 {

    color: #333;
}

textarea {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
}

.buttons {
    margin-top: 20px;
}

button {
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}

#result {
    margin-top: 20px;
    font-size: 18px;
    color: #555;
}
 .about{
    display: flex;
    gap: 10px;
 }
 .intro{
   width: 50%;
   padding-right: 100px;
   padding-left: 100px;

 }

 .tool{
    display: flex;
    gap: 40px; 
    padding-right: 100px;
 }
 .navigation{
    display: flex;
    background-color: black;
    position: sticky;
    top: 0;
    
 }
 .second{
    color:white;
    font-size: 20px;
 }
 .toolmg{
    padding-left: 100px;
    padding-top: 50px;
 }
 footer{
    background-color: #333;
    color: white;
    height: 100px;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    padding-top: 20px;
 }


 