body {
    margin : 0;
    font-family: "Serif" sans-serif;
}

.outer-container {
    position : absolute;
    display: table;
    width: 100%;
    height: 100%;
    background: #1b1a1a;
}

.inner-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.centered-content {
    display: inline-block;
    text-align: center;
    background: #1b1a1a;
    padding : 20px;
    border : 1px solid #ffffff;
}

.name {
font-size: 3em;
}

.firstname {
color: white;
}
.surname {
font-weight: bold;
color: #000000;
}

.fce {
  color: #666666;

}

.detail {
font-style: italic;
color: #666666;

}
