.paragraph-image {
    background-repeat: no-repeat;
    background-color: white;
    background-position: center;
    background-size: contain;
    box-shadow: 0 0 20px 20px white inset;
    border-radius: 25%;
    outline:10px solid white;
    outline-offset:-5px;
}

.links-bar {
    a, a:hover {
        color: #444444;
    }
}