@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
*{margin: 0; padding: 0; font-family: 'Roboto', sans-serif;}
div#rodape{
    display: flex;
    height: 200px;
    justify-content: center;
    align-items: center;
    background: #404040;
    color: white;
}