app/src/components/Header.module.css [1:11]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.base {
  height: 80px;
  padding: 0 30px;
  position: relative;
  z-index: 5;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  transition: opacity 100ms 400ms linear, transform 500ms ease;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



app/src/preHome.module.css [126:136]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.base {
  height: 80px;
  padding: 0 30px;
  position: relative;
  z-index: 5;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  transition: opacity 100ms 400ms linear, transform 500ms ease;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



