body code example
Example: body
html {
font-family: sans-serif;
line-height: 1.15;
height: 100%;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #1a1a1a;
text-align: left;
height: 100%;
background-color: #fff;
}
.container {
display: flex;
flex-direction: column;
height: 100%;
}
.map {
flex: 1;
background: #f0f0f0;
}