@import url('./menu.css');
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
h1 {
|
|
text-align: center;
|
|
}
|
|
|
|
.eventos-container {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
width: 100vw;
|
|
}
|
|
|
|
footer {
|
|
padding-bottom: 50px;
|
|
text-align: center;
|
|
margin-inline: 20px;
|
|
}
|
|
|
|
iframe {
|
|
width: 100%;
|
|
height: 85vh;
|
|
position: relative;
|
|
margin: 0;
|
|
border: none;
|
|
}
|