56 lines
642 B
CSS
56 lines
642 B
CSS
body {
|
|
background-color: #29372a;
|
|
color: #fff;
|
|
font-family: "Poppins", sans-serif;
|
|
min-height: 200%;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
strong,
|
|
.fw-700 {
|
|
font-weight: 700;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
.h3,
|
|
.number {
|
|
font-family: "Abril Fatface", cursive;
|
|
}
|
|
|
|
h1 {
|
|
font-size: clamp(1rem, calc(6vmin + 6vmax), 10rem);
|
|
line-height: 0.8;
|
|
}
|
|
|
|
h2 {
|
|
font-size: clamp(1rem, calc(3vmin + 3vmax), 5rem);
|
|
}
|
|
|
|
.h3,
|
|
h3 {
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
.number {
|
|
font-size: clamp(1rem, calc(2vmin + 2vmax), 3.75rem);
|
|
}
|
|
|
|
[data-tor-slider-target] {
|
|
background-color: #ecbf7f;
|
|
}
|
|
|
|
#address {
|
|
background-color: #415444;
|
|
}
|
|
|
|
.list {
|
|
column-count: 2;
|
|
} |