digital-theory/css/0-general.css

31 lines
461 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;
}