.btn {
    background-color: #E5A00D;
    color: #282A2D;
}

.upvote-label {
    background-color: #E5A00D;
    color: #282A2D;
    font-size: 18px;
    padding: 4px;
}

input[type="text"], select {
    background-color: #282A2D;
    color: #E5A00D;
    border-color: #E5A00D;
}

.card {
    background-color: #282A2D;
    color: #E5A00D;
    border-color: #E5A00D;
}

.wishlist-item {
    border: #E5A00D 1px solid;
    border-radius: 8px;
    margin: 32px;
    padding: 16px;
}

.wishlist-item-disabled {
    border: grey 1px solid;
    border-radius: 8px;
    margin: 32px;
    padding: 16px;
}