summaryrefslogtreecommitdiff
path: root/styles.css
blob: 9e20254814666fd5e6ec6aae6278ba075208caf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
* {
    font-family: "Roboto", serif;
}

#top {
    background-color: #1F2937;
    color: #F9FAF8;
}

#top h1 {
    font-size: 48px;
    font-weight: 900;
}

#top a,
#top h6 {
    font-size: 18px;
    color: #E5E7EB;
}

#logo {
    font-size: 24px;
}

#hero img {
    width: 400px;
    height: 200px;
}

button {
    background-color: #3882F6;
    color: #F9FAF8;
}