body {
    font-family: Red Rose, sans-serif;
    background: transparent;
    color: #181818;
    text-align: center;
    margin: 0;
    padding: 0px;
}

h1 {
    margin-bottom: 10px;
}

#current {
    margin-bottom: 20px;
}

#value {
    font-size: 72px;
    font-weight: bold;
    color: #0f0;
}

#timestamp {
    font-size: 14px;
    color: transparent;
}

#chart-container {
    width: 100%;
    max-width: 100%;
    height: 400px;
    margin: 0 auto;
    background: transparent;
    border: 0px solid #333;
    border-radius: 4px;
    padding: 0px;
    box-sizing: border-box;
}

#chart {
    width: 100%;
    height: 100%;
}