Teste
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

31 lines
439 B

@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;
}