2023-04-24 18:47:52 +02:00
|
|
|
/******** all sections *********/
|
2023-04-27 17:04:28 +02:00
|
|
|
body {
|
2023-04-25 12:05:23 +02:00
|
|
|
background: #020225;
|
2023-04-25 17:22:09 +02:00
|
|
|
padding-bottom: 50vh;
|
2023-05-11 14:23:32 +02:00
|
|
|
overflow-x: hidden;
|
2023-04-24 18:47:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
main section {
|
2023-04-27 17:04:28 +02:00
|
|
|
font-family: "GT Walsheim Pro", Arial;
|
2023-04-24 18:47:52 +02:00
|
|
|
height: 1300px;
|
|
|
|
min-height: 1300px;
|
|
|
|
width: 100vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
main section h2 {
|
2023-04-27 17:04:28 +02:00
|
|
|
color: #fffdfc;
|
|
|
|
font-family: "GT Walsheim Pro", Arial;
|
|
|
|
font-size: 60px;
|
2023-04-24 18:47:52 +02:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
/* or 66px */
|
|
|
|
letter-spacing: -0.04em;
|
|
|
|
|
|
|
|
/* Secondary 100 */
|
2023-04-27 17:04:28 +02:00
|
|
|
line-height: 110%;
|
2023-04-24 18:47:52 +02:00
|
|
|
}
|
2023-04-27 17:04:28 +02:00
|
|
|
|
|
|
|
img {
|
2023-04-25 14:59:51 +02:00
|
|
|
max-width: 100vw;
|
|
|
|
}
|
2023-04-27 16:43:02 +02:00
|
|
|
|
2023-04-27 17:04:28 +02:00
|
|
|
.credits {
|
2023-04-27 16:43:02 +02:00
|
|
|
margin-top: 10vh;
|
|
|
|
}
|