36 lines
518 B
CSS
36 lines
518 B
CSS
/******** all sections *********/
|
|
body {
|
|
background: #020225;
|
|
padding-bottom: 50vh;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
main section {
|
|
font-family: "GT Walsheim Pro", Arial;
|
|
height: 1300px;
|
|
min-height: 1300px;
|
|
width: 100vw;
|
|
}
|
|
|
|
main section h2 {
|
|
color: #fffdfc;
|
|
font-family: "GT Walsheim Pro", Arial;
|
|
font-size: 60px;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
|
|
/* or 66px */
|
|
letter-spacing: -0.04em;
|
|
|
|
/* Secondary 100 */
|
|
line-height: 110%;
|
|
}
|
|
|
|
img {
|
|
max-width: 100vw;
|
|
}
|
|
|
|
.credits {
|
|
margin-top: 10vh;
|
|
}
|