summaryrefslogtreecommitdiff
path: root/client/src/components/Header/Header.module.css
blob: daf82eff4ab01db2b19eca2d8fa28eee937da5be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import '../../styles/GlobalVariables.css';

.header {
  font-family: 'Barlow', cursive;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
  padding: 20px;
}

.header__subheading {
  font-size: 2.5rem;
  font-weight: 700;
}

.header__image {
  width: 250px;
  height: 250px;
}