
html, body, h1, h2, article, p {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
    background: #E0A465;
    font-size: 18px;
}

article {
    width: 170px;
    height: 170px;
    background: url('sauna.jpg') center no-repeat;
    text-align: center;
    padding: .25em;
    position: relative;
}

h1 {
    font-size: 46px;
    line-height: 1.1em;
    padding: .5em 0;
}

h1.green {
    color: #260;
}

h1.red {
    color: #820;
}

h2 {
    font-size: 28px;
    text-transform: uppercase;
    opacity: .5;
    margin-top: .45em;
}

p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .8em 1.4em;
    width: 100%;
    text-align: right;
    opacity: 0.6;
}