.detail {
    background: #21333e;
    padding: 20px;
    color: white;
    border-radius: 15px;
}
.outline-button {
    background-color: #00fffc2e !important;
}

.odd .form-control {
    background-color: rgb(255 255 255 / 13%);
}