body{
    margin:0;
    padding:0;
    font-family: Helvetica;
}

.statistic-container{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
}

.header{
    color:white;
}

.vital-statistic{
    width:8em;
	height:4em;
    color:white;
    vertical-align:bottom;
    font-family: Helvetica;
	display:inline-block;
	padding-bottom:10px;
}


.vital-statistic h1{
	height:2em;
    width:8em;
    font-size:1em;
    font-weight:700;
    text-align:left;
    margin-bottom:0;
    margin-top:20px;
	display:flex;
    align-items:flex-end;
    padding-bottom:10px;
}

.text-wrapper{
    height:2em;
    width:8em;
    display:block;
}

.number_units{
    height:2em;
    width:fit-content;
    padding-left:20px;
    vertical-align:top;
    display:inline-block;
}


.rate_arrow{
	height:1em;
    width:auto;
    position: relative;
    display: inline-block;
    vertical-align:middle;
    margin-top:12px;
}

.rotate_arrow{
	transform:rotate(180deg);
}

.number{
    font-size:1.2em;
	font-weight:400;
	display:block;
}

.units{
    height:1.1em;
	width:100%;
    font-size:0.45em;
    font-weight:600;
    text-align:left;
    display:block;
}

.ocean_warming {
    color:#57A5E7
}

.arctic_sea_ice_minimum_extent {
    color:#94AED9
}

.ice_sheets {
    color:#AB9AE0
}

.methane { 
    color:#FF984B
}

.global_temperature {
    color:#F38478
}

.carbon_dioxide {
    color:#FBBC6B
}

.sea_level {
    color:#76A9B9
}
