body {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    background-color: #eee;
}

.content {
    margin-top: 100px;
    max-width: 600px;
    margin: auto;
}

.content .linkList a {
    width:300px;
    background-color: black;
    display:block;
    margin:1em auto;
    padding: 1em;
    border: 5px solid #eee;
    color: yellowgreen;
    text-decoration: none;
}

.content .linkList, .content .impressum {
    margin-bottom: 2em;
}

.content .linkList a:hover {
    border: 5px solid white;
    background-color: #333;
}

.content .linkList a::before {
    content: "$ ";
}

.content .impressum a {
    text-decoration: none;
    color:#333;
}

#profilePicture {
    border: 5px solid white;
    border-radius: 150px;
    width:300px;
    height:300px;
    background-image: url(../images/marcelkohlmeyer.jpg);
    background-position: center;
    background-size: cover;
    margin: 50px auto;
}