BODY {
    background-image: url("images/gif/ball.5.gif"), url("images/gif/200.gif");
    background-blend-mode: multiply;
    background-size: 20px 20px, cover;
    background-position: 0;
}
.center-block {
    display: table;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.center,
.sm-center,
.md-center,
.lg-center {
    margin: 0 auto;
    float: none;
}
.scaling-svg-container {
    position: relative;
    height: 0;
    width: 50%;
    padding: -50%;
    padding-bottom: 50%;
}
.scaling-svg {
    position: absolute;
    height: 50%;
    width: 50%;
    left: 0;
    top: 0;
    opacity: 100%;
}
svg {
    width: 10%;
    height: auto;
    opacity: 100%;
}
text {
    stroke-width: 10;
    stroke-opacity: 1;
    font-family: 'Michroma', sans-serif;
    font-size: 2em;
}
.rect {
    fill: black;
    stroke: #183f6e;
}

.t--three {
    fill: url(#pt--three);
}

rect {
    fill: url(#pt--fire);
    stroke: #003399;
}
