#site_title h1 a {
    display: block;
    width: 250px;
    height: 85px;
    color: #fff;
    outline: none;
    text-indent: -10000px;
    background: url(medias/HomeLogo.png)  no-repeat top left;
}

#templatemo_header {
    width: 988px;
    height: 160px;
    background: url(medias/templatemo_headerV2.png) no-repeat top
}

#memosContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#memosSquaresContainers {
    display: flex;
    justify-content: space-around;
}

.memoSquare{
    width: 256px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 16px;
    background: #333333;
    text-align: center;
    justify-content: space-between;
}

.memoSquare *{
    margin: 8px;
}