21 lines
325 B
CSS
21 lines
325 B
CSS
body {
|
|
font: normal 500 1.3rem helvetica, sans-serif;
|
|
height: 100%;
|
|
}
|
|
main,header,footer{
|
|
max-width: 960px;
|
|
margin: 20px auto;
|
|
}
|
|
h1, h2{
|
|
font-weight: 100;
|
|
margin-bottom: 2rem;
|
|
}
|
|
p {
|
|
overflow: hidden;
|
|
max-width: 75ch;
|
|
font-size: 1.4rem;
|
|
}
|
|
a{
|
|
color: #e01a4b;
|
|
text-decoration: none;
|
|
} |