.about-title{
    font-family:'Doran-Bold',sans-serif;
}
hr{
    border: none;
    height: 1px;
    background-color: #1E1E1E;
}
.active{
    background-color: #1E1E1E;
    color:white;
}

.p-name{
    font-family: 'Doran-Bold',sans-serif;
}
.font-doran-bold{
    font-family: 'Doran-Bold',sans-serif;
}
.height-counter{
    height: 200px;
}
#projectMap {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 676px) {
    .height-counter{
        height: 350px;
    }
}
