
body {

    background-color: #EDEAF2;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 40px;
}

h2 {
    font-family: la-belle-aurore, cursive;
}

#memoriam {
    width: 700px ;
    margin-left: auto ;
    margin-right: auto ;
}

.blocks {
    position: relative;
}

.block {
    position: relative;
    display: inline-block;
    float: left;
    width: 200px;
    height: 200px;
    font-weight: bold;
    color: #000000;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*.block:first-child {
    background-color: green;
}

.block:nth-child(2) {
    background-color: red;
}

.block:nth-child(3) {
    background-color: blue;
}*/

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

.v-center span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

