.code-bg {
    background: rgb(45, 48, 59) !important;
    color: white;
}
.btn {
    font-weight: 500;
}
.btn-warning, .btn-warning:hover {
    background: #FFBD59;
}
.skill {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}
.nav-link {
    font-size: 18px;
}