html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #161616;
}

.container {
    width: 80%;
    margin: 150px auto;
}
h1 { color: #fff; }
.content p {
    color: rgba(255, 255, 255, 0.12);
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 100px;
    font-weight: 200;
}

h2 {
    position: absolute;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: lighter;
    color: white !important;
    margin: 20px;
}


.percent {
    position: fixed;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.2);
    height: 140px;
    width: 1px;
    margin: -60px 0 0 40px;
}

.fill {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: background 0.15s ease;
}
