* {
    margin: 0;
    padding:  0;
    
    box-sizing: border-box
}

body{
    min-height: 100%;
    color: white !important;
    /* background: rgb(37,150,190);
    */
}