* {
margin: 0;
padding: 0;
}

.cabeçalho {
height: 50px;
background-color: gray;
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 20px;
padding-left: 20px;
}

.cabeçalho a{
    color: white;
    text-decoration: none;
}

.container {
    display: flex;
    justify-content: space-between;
}

.imagem {
    height: 300px;
    width: 300px;
}

.rodape{
    background-color: gray;
   height: 250px;
   font-size: x-largea;
}
