.container {
    position: relative;
}

.text-block-distance {
    position: absolute;
    top: 65px;
    right: 783px;
    width: 147px;
    height: 28px;
    color: white;
    background-color: #ff3366;
}

.text-block-age {
    position: absolute;
    top: 101px;
    right: 783px;
    width: 147px;
    height: 28px;
    font-size: 11px;
    color: white;
    background-color: #ff3366;
}

.text-block-fuel {
    position: absolute;
    top: 138px;
    right: 783px;
    width: 147px;
    height: 28px;
    font-size: 11px;
    color: white;
    background-color: #ff3366;
}

.text-block-city {
    position: absolute;
    top: 174px;
    right: 783px;
    width: 147px;
    height: 28px;
    font-size: 11px;
    color: white;
    background-color: #ff3366;
}

.text-block-pm {
    position: absolute;
    top: 265px;
    right: 775px;
    color: #ff0033;
    font-weight: bold;
}

.text-block-nox {
    position: absolute;
    top: 331px;
    right: 775px;
    color: #ff0033;
    font-weight: bold;
}

.text-block-nh3 {
    position: absolute;
    top: 398px;
    right: 775px;
    color: #ff0033;
    font-weight: bold;
}

.text-block-so2 {
    position: absolute;
    top: 463px;
    right: 775px;
    color: #ff0033;
    font-weight: bold;
}

.text-block-hi {
    position: absolute;
    top: 607px;
    right: 720px;
    color: #ff0033;
    font-weight: bold;
}

.text-block-hc {
    position: absolute;
    top: 734px;
    right: 720px;
    color: #ff0033;
    font-weight: bold;
}

.text-block-cal {
    position: absolute;
    top: 793px;
    right: 808px;
    width: 140px;
    border-radius: 15px;
    background-color: #ff3366;
    border-color: #ff3366;
}

.text-block-cal:hover {
    background-color: #ff0033;
    border-color: #ff0033;
}

.text-block-cal:focus {
    background-color: #ff0033;
    border-color: #ff0033;
}