Weighs the soul of incoming HTTP requests to stop AI crawlers
1/**
2 * CSS files with the .module.css suffix will be treated as CSS modules
3 * and scoped locally.
4 */
5
6.heroBanner {
7 padding: 4rem 0;
8 text-align: center;
9 position: relative;
10 overflow: hidden;
11}
12
13@media screen and (max-width: 996px) {
14 .heroBanner {
15 padding: 2rem;
16 }
17}
18
19.buttons {
20 display: flex;
21 align-items: center;
22 justify-content: center;
23}