body {
    background-color: #000000;
}

#info-label {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: white;
}

#subtitle-area {
    width: 80%;
    position:absolute;
    bottom: 20%;
    left: 10%;
    top: auto;
    right: auto;
    overflow: hidden;
    font-size:32px;
    color:white;
}

.subtitle-row {
    display: block;
    width:100%;
    margin: 10px 0 10px 0;
    opacity: 1;
    text-align: left;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    font-family: sans-serif;
    -webkit-text-stroke: .02em black;
    text-shadow: .04em .04em .04em rgba(0,0,0,.4);
}
