body {
    background: #242626;
    margin: 0;
    display: flex;
    height: 80vh;
    min-height: 600px;
    justify-content: center;
    align-items: center;
    font-family: mr-eaves-xl-sans, sans-serif;
    font-weight: 400;
    color: #f0f6f6;
    font-size: 1.3rem;
}

h1 {
    font-weight: 400;
    font-size: 2.8rem;
    margin-bottom: .8rem;
}

#bild {
    border-radius: 50%;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.jobtitle, .skills, .place {
    opacity: .9;
}

.jobtitle {
    margin: 0 0 .6rem;
    font-size: 1.8rem;
    font-weight: 200;
}

.skills {
    margin-top: 0;
    font-weight: 200;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.text-center {
    text-align: center;
}
