.shadow{
    box-shadow: 0 0 20px #D8D7D3;
}

.btn-yellow {
    background: GoldenRod;
    border: 1px solid GoldenRod;
    border-radius: 6px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: White;
    transition: all .2s ease-in-out;
    margin-left: 12px;
}

    .btn-yellow:hover {
        background: DarkGoldenRod;
        color: white;
        border-color: DarkGoldenRod;
    }

    hr{
        margin-top: 20px;
        margin-bottom: 42px;
    }

    th {
        white-space: nowrap;
     }

  
