body{
    background-color: #eceff1;
    font-family: "Arial";
    text-align: center;
}

img.social-media{
    height: 24px;
    width: 24px;
}

.presentation-name{
    color: steelblue;
    margin-bottom: 16px;
    font-size: 32px;
}

.presentation-job{
    color: grey;
    font-size: 16px;
    margin: 8px 0;
}
.--last {
    margin-bottom: 16px;
}
a, a:visited {
    color: steelblue;
}