»header span {
font-family: serif;
display: block;
position: absolute;
margin: 0;
padding: 8px;
width: 78px;
height: 78px;
border-radius: 50%;
font-size: 10px;
color: #E70000;
text-align: center;
line-height: 60px;
letter-spacing: 0.6px;
transform: rotate(-10deg);
border: 1px dashed #E70000;
background: #fff;
left: -37px;
bottom: -24px;
}
header span::before {
position: absolute;
top: 18%;
display: block;
padding: 0 0 4px;
width: 80%;
border-bottom: 1px dashed #ffb4b4;
content: 'κΕ';
line-height: 1;
}
header span::after {
position: absolute;
bottom: 12%;
display: block;
padding: 7px 0 0;
width: 82%;
border-top: 1px dashed #ffb4b4;
content: 'LO¬ΰ';
line-height: 1;
}