* {
    box-sizing: border-box;
    color: #ffffff;
}
  
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

#map {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.box {
    position: absolute;
    width: 250px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
    padding: 20px;
}

#total {
    top: 20px;
    left: 20px;
}

#info {
    top: 20px;
    right: 20px;   
}

#renewable {
    bottom: 20px;
    left: 20px;       
}

.h3 {
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 8px;
}

ul {
    list-style: none;
}
