﻿
canvas {
    display: block;
    vertical-align: bottom;
}

#js-particulas {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.contador__particulas {
    background: #000022;
    position: absolute;
    top: 48px;
    Left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    Line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-contador__particulas {
    font-size: 1.1em;
}


#status,
.contador__particulas {
    -webkit-user-select: none;
}

#status {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.contador__particulas {
    border-radius: 3px;
}
