*
{
    box-sizing: border-box;
}

body{
    background-color: rgb(255, 255, 255);

}

.container-fluid{
    background-color: rgb(255, 255, 255);
    height: 10%;
}

.tittle{
    color: black;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
   
}

.space{
    background-color: rgb(255, 255, 255);
}

