html { | |
background-color: #121212; | |
color: #fff; | |
} | |
section { | |
text-align: center; | |
} | |
h1 { | |
font-size: 3rem; | |
} | |
h2 { | |
font-size: 2rem; | |
color: #dedede; | |
} | |
img { | |
width: 300px; | |
} | |
.content { | |
display: flex; | |
flex-wrap: wrap; | |
justify-content: center; | |
} | |
.tile { | |
text-align: center; | |
padding: 10px; | |
} |