html{
    /* background-color:#aed6f1; */
    /* background: rgb(21,74,171); */
    background: linear-gradient(147deg, rgba(21,74,171,1) 0%, rgba(44,133,207,1) 43%, rgba(22,193,210,1) 100%);
    color:  #3c4546;
    height: 100vh;
}
body{
    font-family: 'Varela Round', sans-serif;
    max-width: 980px;
    text-align: -moz-center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
}
.cards{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}
.card{
    border-radius: 10px;
    background-color: aliceblue;
    margin: 10px;
    padding: 10px 25px;
}
.numbers{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    /* color:  #34495e; */
    color:  #fff;
    padding: 3px 10px;
    /* background-color: tomato; */
    background: rgb(21,74,171);
    background: linear-gradient(147deg, rgba(21,74,171,0.75) 0%, rgba(117,84,130,0.75) 26%, rgba(255,99,71,0.75) 100%);
    line-height: 50px;  
    border-radius: 5px;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 10px;
    margin-bottom: 10px;
}