body {
    font-family: 'Titillium Web', sans-serif;
    margin: 0;
    font-weight: bold;
}
@page {
    margin: 61px 4px 0 13px;
}
.page {
    /*border: 1px black solid;*/
    display: flex;
    flex-direction: column;
    /*padding: 115px 0 0 0;*/
    /*width: 514px;*/
}
.row {
    display: flex;
    /*padding: 0 0 0 10px;*/
}
.row .box:last-child {
    padding-right: 0;
}
.box {
    cursor: pointer;
    height: 190px;
    padding: 13px 26px;
    width: 190px;
}
.cap {
    align-items: center;
    background-color: seashell;
    border-radius: 50%; 
    display: none;
    flex-direction: column;
    font-size: 15px;
    height: 190px; 
    justify-content: center;
    text-align: center;
    width: 190px; 
}
.cap-visible {
    display: flex;
}