:root{
    --color-primary: #77a6db;
    --color-secondary: #3fc969;
    --color-light: #d1d9ff;
}

.portfolio-link{
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    padding: 10px 25px;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background-color: var(--color-light);
    color: black;
}

.portfolio-grid figure a{
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    border-radius: 5px;
}