
      
.child_abc {
    border: 1px solid rgb(238, 238, 238);
    background-color: rgba(20, 220, 43, 0.267);
    background-color: #e1ebfa;
    background-color: RGB(240, 240, 240);
    background-color: #B565A7;
    background-color: #98B4D4;
    color: white;
    color: rgb(0, 0, 0);
    padding: 15px;
    border-radius: 0.5rem;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    width: 100%;
    max-width: 900px;
    margin: auto;
    height: 65px;
    max-height: 65px;
    margin-top: calc(50vh - 55.25px) ;
    /* margin-top: diferenta dintre calc(50vh - [($("#navbar_top").outerHeight() + $(".child_abc").outerHeight()])/2) */
}

.child_abc2 {
    border: 1px solid rgb(238, 238, 238);
    background-color: rgba(20, 220, 43, 0.267);
    background-color: #e1ebfa;
    background-color: RGB(240, 240, 240);
    background-color: #B565A7;
    background-color: #98B4D4;
    color: white;
    color: rgb(0, 0, 0);
    padding: 1px;
    border-radius: 0.5rem;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;

    /* width: 100%; */
    /* max-width: 900px; */
    /* margin: auto; */
    /* height: 65px;
    max-height: 65px; */
    /* margin-top: calc(50vh - 55.25px) ; */
    /* margin-top: diferenta dintre calc(50vh - [($("#navbar_top").outerHeight() + $(".child_abc").outerHeight()])/2) */
}
