.payoutpointercontainer {
    width: 2vw;
    height: auto;
    justify-content: space-around;
}

.payoutpointer {
    width: 2vw;
    height: 0.2vw;
    margin-top: 17.75vw;
    background: #04ADBF;
}

.payoutcontainer {
    width: 86vw;
    height: auto;
    margin: 2vw 0 2vw 0;
    padding: 2vw;
    border: 0.2vw solid #04ADBF;
    border-radius: 1vw;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: column;
    font-family: 'Raleway', sans-serif;
}

.payout {
}