.nb {
    border-bottom: 1px solid white;
    border-width: 3px;
}

.first-block{
    margin-top: 72px;
    padding-top: 25px;
    background-color: rgb(33,37,41);
}

.other-block{
    padding-top: 25px;
    background-color: rgb(33,37,41);
}

.skill-detail{
    padding-top: 7%;
    padding-bottom: 30px;
}

.title {
    color: white;
    font-weight: bold;
    text-decoration: white solid underline;
    text-align: center;
}

.listskill {
    color: rgba(255,255,255, 0.6);
}

.carouslide {
    height: 600px;
    width: 100%;
    background-color: rgb(33,37,41);
}

.carousel-item img {
    object-fit: contain;
    top: 0;
    max-height: 500px;
}
