blob: 46b1ff2b4570a720d32350140243ecb1848b3938 [file] [log] [blame]
Copybara854996b2021-09-07 19:36:02 +00001.container {
2 margin-left: 50px;
3 max-width: 70vw;
4 width: 100%;
5 font-family: 'Poppins', serif;
6}
7
8.yellowBox {
9 height: 10vh;
10 border-style: solid;
11 border-color: #ea8600;
12 border-radius: 8px;
13 background: #fef7e0;
14}
15
16.poppins {
17 font-family: 'Poppins', serif;
18}