
body{
    background-color: white;
}
header{
    background-color: black;
}
.mm-post-content{
    background: white;
    color: black;
}

.mm-post-content h1{
    padding-top: 10px;
}

.mm-post-frontmedia{
    display:flex;
    flex-wrap: wrap;
}

.mm-portrait-item{
    width: 20%;
    height: 25%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}
