body {
    font-family: 'Courier New', Courier, monospace;
}

.content {
    margin: 31px 10% 0px 10%;
}

.row {
    display: flex;
    flex-direction: row;
    margin: 3px;
    padding: 15px;
    background-color: #beefea;
    font-weight: bold;
    border-radius: 13px;
}

.header {
    font-weight: bolder;
    width: 131px;
}

.item {
    width: 131px;
    color: navy;
}

.name {
    width: 411px;
}

.technique {
    width: 360px;
}



