.project-sidebar{
    border-right: 1px solid #e9ecef;
}
.project-sidebar-block{
    padding: 10px 0px;
}

.project-sidebar-link {
    margin: 10px 0px;
}

.sidebar-block {
    display: inline-block
}
a
/* portfolio page */
.icon-link {
    display: flex;
    flex-direction: row;
    justify-items: flex-start;
    margin-right: 0.5rem;

}

.icon-link a {
    align-items: center;
    display: flex;
    font-size: 1rem;
    height: 2rem;
    justify-content: center;
    transition-property: opacity, transform;
    width: 2rem;
    will-change: opacity, transform;
    color: gray;
    width: 2.4rem;

}

.icon-link a:hover{
    opacity: 1;
    transform: scale(1.25);
}

.icon-link a:active{
    opacity: 1;
    transform: scale(1.1);
}

/* about page */
.about-h1{
    font-size: 2rem;
}

button {
    width: 100%;
}


.search {
    width: 100%;
    margin-bottom: auto;
    margin-top: 20px;
    height: 50px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px
}

.search-input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 5px;
    caret-color: transparent;
    line-height: 20px;
    transition: width 0.4s linear
}

.search .search-input {
    padding: 0 10px;
    width: 100%;
    caret-color: #536bf6;
    font-size: 19px;
    font-weight: 300;
    color: black;
    transition: width 0.4s linear
}

.search-icon {
    height: 34px;
    width: 34px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #536bf6;
    font-size: 10px;
    bottom: 30px;
    position: relative;
    border-radius: 5px
}

.search-icon:hover {
    color: #fff !important
}