html {
    margin: 0 !important;
    padding: 0 !important;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    color: #ededed;
    background: #333;
    font-family: 'Metamorphous', serif;
    background: rgb(51,51,51);
    background: linear-gradient(167deg, rgba(51,51,51,1) 0%, rgba(74,95,99,1) 30%); 
}

header {
    margin: 0;
    padding: 4em;
    background: yellow;
    background: rgb(51,51,51);
    background: linear-gradient(167deg, rgba(51,51,51,1) 0%, rgba(74,95,99,1) 60%); 
}

h1 {
    margin: 0;
    text-align: center;
    font-size: 7em;
}

h3 {
    text-align: center;
}

nav {
    display: flex;
    justify-content: center;
    gap: 1em;
}

button {
    color: #eee;
    background: #255d6a;
    background: rgb(37,93,106);
    background: linear-gradient(90deg, rgba(37,93,106,1) 12%, rgba(66,165,189,1) 87%); 
    background: rgb(37,93,106);
    background: linear-gradient(132deg, rgba(37,93,106,1) 12%, rgba(47,132,152,1) 87%); 
    border: none;
    padding: 0.75em;
    font-family: 'Metamorphous', serif;
    font-size: 1.1em;
    border: 4px solid rgba(47,132,152,1);
    border-radius: 1em;
}

button:active {
    background: #255d6a;
}

section {
    padding-bottom: 8em;
    width: 100%;
    background: rgb(55,33,33);
    background: linear-gradient(45deg, rgba(55,33,33,1) 12%, rgba(66,43,43,1) 87%); 
}

section h2 {
    font-family: 'Metamorphous', serif;
    padding: 0.70em 1em;
    color: #efefef;
    margin: 0;
    background: rgb(95,2,31);
    background: linear-gradient(90deg, rgba(95,2,31,1) 12%, rgba(140,0,26,1) 87%);
    border-top: 4px solid rgba(95,2,31,1);
    border-bottom: 4px solid rgba(140,0,26,1);
}

.number-on-top {
    text-align: center;
    flex-grow: 1;
    margin: 0.5em;
    padding: 0.5em;
    border-radius: 1em;
}

.number {
    font-size: 3.5em;
    color: #f3e9dc;
}

ul {
    list-style: decimal;
}

.list-stat {
    padding-left: 1em;
    font-family: 'Signika', serif;
    overflow-x: scroll;
}

.flex {
    display: flex;
    flex-direction: row;
    
    .number {
        font-size: 2em;
    }
}

.chart-on-top {
    text-align: center;
    margin-top: 1em;
}

.chart-on-top div:first-child {
    margin-bottom: 1em;
}