.col-md-6{
    
    padding: 20px;
}
.order-md-last{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.order-md-first{
    margin-top: 100px;
    height: 90vh;
    overflow: auto;
}
.order-md-first::-webkit-scrollbar{
    display: none;
}
.gen-heading{
width: 100%;
color: white;
padding: 8px;
padding-left: 15px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-color: #0d6efd;
font-weight: 600;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: 100%;
}
.box form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    margin-top: 30px;
}
.box form textarea{
    width: 100%;
    margin: 15px auto;
    border: 2px solid black;
    border-radius: 5px;
    padding: 5px;
    padding-left: 10px;
    font-size: large;
}
summary{
    margin-top: 20px;
    background-color: #0d6efd;
    list-style: none;
    padding: 8px;
    padding-left: 20px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
details{
    border-bottom : 2px solid #0d6efd;
}