|
.container { |
|
min-height: 100vh; |
|
padding: 0 0.5rem; |
|
display: flex; |
|
flex-direction: column; |
|
justify-content: center; |
|
align-items: center; |
|
} |
|
|
|
.main { |
|
padding: 5rem 0; |
|
flex: 1; |
|
display: flex; |
|
flex-direction: column; |
|
justify-content: center; |
|
align-items: center; |
|
} |
|
|
|
.footer { |
|
width: 100%; |
|
height: 100px; |
|
border-top: 1px solid #eaeaea; |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
} |
|
|
|
.footer img { |
|
margin-left: 0.5rem; |
|
} |
|
|
|
.footer a { |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
} |
|
|
|
.title a { |
|
color: #0070f3; |
|
text-decoration: none; |
|
} |
|
|
|
.title a:hover, |
|
.title a:focus, |
|
.title a:active { |
|
text-decoration: underline; |
|
} |
|
|
|
.title { |
|
margin: 0; |
|
line-height: 1.15; |
|
font-size: 4rem; |
|
} |
|
|
|
.title, |
|
.description { |
|
text-align: center; |
|
} |
|
|
|
.grid { |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
flex-wrap: wrap; |
|
max-width: 800px; |
|
margin-top: 3rem; |
|
} |
|
|
|
.logo { |
|
height: 3em; |
|
} |
|
|
|
@media (max-width: 600px) { |
|
.grid { |
|
width: 100%; |
|
flex-direction: column; |
|
} |
|
} |
|
|