summaryrefslogtreecommitdiff
path: root/client/src/pages/Error/Error.module.css
blob: d58d354c596917147b62dc073e17b7c2f3554b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.error {
  display: flex;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.error__title {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: var(--font-large);
  text-align: center;
}

.error__image {
  margin-left: 40px;
}