html, body {
    height: 100%;
    font-size: 16px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #000033;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-around;
    padding: 24px;
    text-align: center;
}

h1 {
    font-size: 8em;
    margin: 30px 0 0 0;
    color: #F63;
    line-height: 65px;
}

h1 span { 
    color: #FFF;
    font-size: 3rem;
    letter-spacing: 25px;
}

.byline {
    color: rgba(255,255,255,0.9);
    margin: 60px 0;
    padding: 24px;
    border-color: #F63;
    letter-spacing: 1px;
    background: radial-gradient(48.12% 184.40% at 50.00% 50.00%, #1A1A48 47.92%, rgba(255, 255, 255, 0.00) 100%);
    font-weight: 600;
    line-height: 160%;
}

#chartdiv {
    width: 100%;
    height: 500px;
    max-width:100%;
    background-color:#000033;
}
