.text-row{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(119, 136, 153, 0.537);
    width: 100%;
    height: 50px;
}

.underline:hover{
    text-decoration: underline;
}