summaryrefslogtreecommitdiff
path: root/rannak/lopp/style.css
blob: a349ff8ba9d35b33a2c8bc6e2ee1486bc6b30719 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
body {
  min-height: 100vh !important;
  background-color: #43464b;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-image: url("img/bg.jpg");
  background-size: cover;
  background-attachment: fixed;
}



.wrapper {
    display: flex;
    min-height: 100vh;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding:0 15%;
    color: white;
    color: black;
    backdrop-filter: blur(2.3px);
}


a {
    padding: 20px;
    text-decoration: none;
}

button {
    background-color: rgba(0,136,169,1);
    border-radius: 50px;
    padding: 15px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.3rem;
    color: white;
}

h1 {font-size: 2.5rem}
p {font-size: 1.75rem}