.tessediv {
    margin: 0;
    background: transparent;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 10vh; */
    /* width: 300px; */
    font-family: Arial;
}

svg {
    width: 30vmin;
    height: 30vmin;
}

line {
    /* stroke: #7f8b4b; */
    stroke: #fff0ab;
    /* stroke: url(#gradientstroke); */
    stroke-width: 2;
}

