td {
    height: 78px;
    background: #121212 0% 0% no-repeat padding-box;
    border: 0.1px solid #707070;
    opacity: 1;
}  
th {
    background: #1A1A1A;
    height: 78px;
    color: #D4D4D5;
}
tr td {
    border-right: none;
    border-left: none;
  }
table {
    border-collapse: collapse;
    opacity: 0.80;
    width: 72vw;
    text-align: center;
    color: #D4D4D5;
    border-radius: 2px;
    margin-left: 30px;
    margin-bottom: 50px;
}

.operation-details{
    display: flex;
    flex-direction: column;
}

.operation-details p{
    font-size: 1.5rem;
    font-weight: 700; 
    margin-top: 2rem; 
    margin-bottom: 1rem;
}

.operation-details span{
    font-size: 1.4rem;
    font-weight: 400; 
    margin-bottom: 2rem;
}