summaryrefslogtreecommitdiff
path: root/src/components/Header/Header.module.css
blob: b30d5b7a806f2dd07b1ece89cae6b1765d794eba (plain)
1
2
3
4
5
6
7
8
.header {
  font-family: "Fredoka One", cursive;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
  padding: 20px;
}