﻿svg {
    position: absolute;
    width: 240px;
    height: 120px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

    svg #plug,
    svg #socket {
        fill: rgb(0, 156, 219);
    }

    svg #loop-normal {
        fill: none;
        stroke: rgb(0, 156, 219);
        stroke-width: 12;
    }

    svg #loop-offset {
        display: none;
    }

.credit {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    color: rgb(0, 156, 219);
    font: 800 75% "Open Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}
