body {
    background: #232323;
    color: #E0E0E0;
    font-family: Ubuntu, sans-serif;
}

h1,h2 {
    text-align: center;
}

.widget {
    border: 1px solid #FFFFFF12;
    border-top-color: #00000024;
    border-left-color: #00000024;
    background: #FFFFFF0D;
    width: min(80%, 500px);
    margin: 0 auto;
    border-radius: 5px;
    padding: 1em;
    margin-bottom: 0.5em;
}

.label {
    width: 90%;
    margin: 0 auto;
    display: flex;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 0.5em;
}
.label span {
    flex: 1;
}
.label span:nth-of-type(2) {
    text-align: right;
}

.pbar {
    width: 100%;
    margin: 0 auto;
    height: 10px;
    border-radius: 10px;
    background-color: #666;
    position: relative;
}
.progress {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #6C6;
    border-radius: 5px;
    height: 10px;
}
