* {
    margin: 0;
}

.block {
    border: 1px dotted;
}

.glkhark {
    width: 100%;
    display: flex;
    align-items: left;
    justify-content: center;
}

svg|a:hover,
svg|a:active {
    outline: dotted 1px blue;
}

svg|a:link,
svg|a:visited {
    cursor: pointer;
}