digital-theory/css/0-general.css
2023-04-27 16:43:02 +02:00

36 lines
495 B
CSS

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