.compdetails{
    width: 100%;
    /* border: 2px solid green; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("/img/back2.jpg");
    background-size: cover;
    /* position: relative;     */
    /* margin-bottom: 100px; */

}
.detailContainer{
    width: 93%;
    border: 2px  solid #BD7010;
    border-radius: 20px;
    /* padding: 50px; */
    margin: 80px 0 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.detailContainer h1{
    margin-top: 10px;
    margin-bottom: 10px;

}
.dataContainer{
    font-size: 20px;
    
}
.listRow{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    /* border:2px solid green; */
    width: 98%;
    
}

.listRawdata{
    /* border: 20x solid red; */
    margin-left: 10px;
    font-size: 20px;
    font-weight: 600;
    /* text-align: ; */
}