@import url('./menu.css');
|
|
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
h1 {
|
|
text-align: center;
|
|
}
|
|
|
|
.extincoes-container {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
width: 100vw;
|
|
}
|
|
|
|
footer {
|
|
position: absolute;
|
|
bottom: 50px;
|
|
text-align: center;
|
|
margin-inline: 20px;
|
|
}
|
|
|
|
.img-fauna {
|
|
width: 100%;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
|
|
@media (max-height: 570px) {
|
|
footer {
|
|
position: relative;
|
|
padding-top: 100px;
|
|
}
|
|
}
|
|
|