29 lines
343 B
CSS
29 lines
343 B
CSS
body {
|
|
font-family: system-ui,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,Helvetica,Arial,"Helvetica Neue",sans-serif;
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
.container {
|
|
max-width: 900px;
|
|
margin: 0 auto;
|
|
padding: 0 5px;
|
|
}
|
|
|
|
footer {
|
|
margin-top: 4rem;
|
|
}
|
|
|
|
img {
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
.hero-img {
|
|
max-width: 500px;
|
|
}
|
|
|
|
p.bigger {
|
|
font-size: 1.2rem;
|
|
}
|