body {
    background-color: #282c34;
    color: #ffffff;
}
.bg-primary {
    background-color: #20232a !important;
}
.bg-secondary {
    background-color: #61dafb !important;
}
.text-primary {
    color: #61dafb !important;
}
.text-secondary {
    color: #ff6f61 !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}
.navbar-dark .navbar-brand {
    color: #61dafb;
}
.btn-custom {
    background-color: #61dafb;
    color: #282c34;
}
.btn-custom:hover {
    background-color: #ff6f61;
    color: #ffffff;
}