body {
    
}

h1 { font-size: 16px; }
h2 { font-size: 14px; }

.center-text {
    text-align: center;
}

.centerdiv {
    background-color: #e9e9e9;
    border-radius: 7px;
    position: absolute;
    height: 120px;
    width: 250px;
    top: 50%;
    left: 50%;
    margin: -60px 0 0 -125px;
}

.info label {
    color: #2e2ccf;
    font-weight: bold;
    text-transform: lowercase;
}

span.value {
    font-weight: bold;
}