body {
    background: #341226;
    display: flex;
    flex-direction: column;
    align-items: center; /* center horizontally */
    padding: 6% 10%;
    min-height: 100vh;
}

.currentobsessions img.picture {
    width: 100%;
    max-width: 500px;
    height: 250px;
    object-fit: cover;
}

.currentobsessions {
    padding: 30px;
    text-align: center;
}

.crow   {
    width: 60px;
}

.bodytext {
    color: white;
    font-family: 'Marmelad', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

.full-logo {
    background-color: #D5F0E2;
    padding: 10px;
    margin: 20px;
    margin-bottom: 70px;
    border-radius: 5px;
    width: 225px;
}

.full-logo .brandtext {
    font-family: 'Nova Cut', sans-serif;
    font-size: 28px;
    color: #000000;
}

.currentobsessions .picturecell {
    display: inline-block; /* lets cells center as a group under text-align:center */
    vertical-align: top;
    margin: 10px;
    padding: 20px;
}

.title { 
    font-size: 26px;
    color: white;
    font-family: 'Marmelad', sans-serif;
    text-align: center;
    line-height: 1.5;
}
