body
{
    margin: 0;
    padding: 0;
    background-image: url("../img/what-the-hex.png");
    background-repeat: repeat;
    background-position: center;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.box div {
    width: 650px;
    height: 100px;
    text-align: center;
    font-size: 4rem;
}

svg
{
    display: block;
    position: relative;
}
svg path
{
    stroke-width: 0.25;
    stroke: #111;
}
svg text::selection
{
    background: #fffacd;
    color: #555;
}

.bg-gradient
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#28343b+0,828c95+64,b5bdc8+100 */
    background: rgb(40,52,59); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(40,52,59,0.5) 0%, rgba(130,140,149,0.5) 64%, rgba(181,189,200,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(40,52,59,0.5) 0%,rgba(130,140,149,0.5) 64%,rgba(181,189,200,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(40,52,59,0.5) 0%,rgba(130,140,149,0.5) 64%,rgba(181,189,200,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#b5bdc8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
