.portfolio-bar{
    width: 80vw;
    border-radius: 50rem;
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.24);
    left: 50%;
    position: fixed;
    top: 90%;
    z-index: 1000;
    background: white;
    transform: translate(-50%, 0);
}

.portfolio-bar-container{
    display: flex;
    padding: .5rem 1rem;
    align-items: center;
    justify-content: space-between;
}

.portfolio-bar img{
    width: 2.5rem;
}

.portfolio-bar h2{
    font-size: 1rem;
    margin-bottom: 0;
}

.portfolio-bar a{
    background: #F7B801;
    padding: .5rem 1.5rem;
    border-radius: 50rem;
    color: white;
}