* {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
}

.no-bull {
    list-style: none;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

.blinking-cursor {
    -webkit-animation: 1s blink step-end infinite;
    -moz-animation: 1s blink step-end infinite;
    -o-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
}

@keyframes "blink" {
    from, to {
        color: transparent;
    }
    50% {
        color: white;
    }
}

@-moz-keyframes blink {
    from, to {
        color: transparent;
    }
    50% {
        color: white;
    }
}

@-webkit-keyframes "blink" {
    from, to {
        color: transparent;
    }
    50% {
        color: white;
    }
}

@-ms-keyframes "blink" {
    from, to {
        color: transparent;
    }
    50% {
        color: white;
    }
}

@-o-keyframes "blink" {
    from, to {
        color: transparent;
    }
    50% {
        color: white;
    }
}

.icon-upwork {
    width: 25px;
    height: 25px;
}

.tags li {
    margin-top: 5px;
}

.project-card__link {
    text-align: right;
}

::-webkit-scrollbar {
    width: 6px;
    border-left: 1px solid #e6ecf8;
}

::-webkit-scrollbar-thumb {
    background-color: #293347;
}

.chart {
    justify-content: center;
}

.chart img {
    width: 65%;
    height: 100%;
    object-fit: cover;
}

.main-header.slider-carousel {
    color: white;
}