body {
    color: #111;
}

p {
    margin: 0px;
    padding: 0px;
}

img {
    display: block;
    max-width: 6em;
    max-height: 6em;
    width: auto;
    height: auto;
}

.mr {
    margin-right: 1em
}

.painting-list {
    padding-top: 1em;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    font-size: 90%;
    color: gray;
}

.painting {
    max-height: 300px; 
    max-width: 100%
}

.progress-l {
    height: 15px;
    background-color: #004d40;
    border-radius: 7px 0px 0px 7px;
}

.progress-r {
    height: 15px;
    background-color: #80cbc4;
    border-radius: 0px 7px 7px 0px;
}

.attached-l {width: calc(300px*0.56)}
.attached-r {width: calc(300px*0.44)}

.levelsoflife-l {
    width: 300px;
    border-radius: 7px 7px 7px 7px;
}
.levelsoflife-r {width: 0px}

.iframe-container {
    overflow: hidden;
    padding-top: 35%; /* 16:9 */
    position: relative;
} 
  
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}