.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
     font-family: "Bitcount Grid Double", system-ui;
     font-size: 2rem;
     background-color: brown;
   
   
}



.titulo {
    margin: 0;
}

.logo {
    width: 100px;
    height: 100px;
    border-radius: 1rem;
}
.div-contador{
    background-color: aqua;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
}
