div.number-styles {
	text-align: center;
}

h1.position1-3 {
    position: relative;
    text-align: center;
    display: inline;
    font-weight: 600;
    font-size: 2.5em;
    color: rgb(0, 127, 185);
    top: -10px;
    margin-left: -5px;
}

h1.position1-2 {
    text-align: center;
    display: inline;
    font-weight: bold;
    font-size: 3.2em;
    color: rgb(0, 127, 185);
    margin-left: -5px;
}

h1.position1-1 {
    text-align: center;
    display: inline;
    font-weight: bold;
    font-size: 3.7em;
    color: rgb(0, 127, 185);
}

