2020-02-05 02:27:46 +07:00
|
|
|
html,
|
|
|
|
body,
|
|
|
|
#root,
|
2020-02-14 05:38:05 +07:00
|
|
|
.center-container {
|
2020-02-05 02:27:46 +07:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background: #272727;
|
2020-02-05 07:16:45 +07:00
|
|
|
color: #f4f4f4;
|
2020-02-05 02:27:46 +07:00
|
|
|
margin: 0;
|
2020-02-15 07:46:00 +07:00
|
|
|
font-family:
|
|
|
|
-apple-system,
|
|
|
|
BlinkMacSystemFont,
|
|
|
|
"Segoe UI",
|
|
|
|
Roboto,
|
|
|
|
Helvetica,
|
|
|
|
Arial,
|
|
|
|
sans-serif,
|
|
|
|
"Apple Color Emoji",
|
|
|
|
"Segoe UI Emoji",
|
|
|
|
"Segoe UI Symbol";
|
2020-02-05 02:27:46 +07:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
2020-02-05 07:16:45 +07:00
|
|
|
|
|
|
|
button {
|
|
|
|
font-family: inherit;
|
|
|
|
}
|
2020-02-06 02:25:44 +07:00
|
|
|
|
2020-02-14 05:38:05 +07:00
|
|
|
.center-container {
|
2020-02-06 02:25:44 +07:00
|
|
|
align-items: center;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2020-02-14 05:38:05 +07:00
|
|
|
padding: 20px;
|
2020-02-06 02:25:44 +07:00
|
|
|
}
|