Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 1 | .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 | } |