@import 'index.css';

.header{
  position: relative;
  top: 0;
  width: 90vw;
  padding: 15px;
  margin: auto;
  margin-top: 5px;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-header);
  z-index: 10;
}

.icon-menu{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.name-app{
  margin-right: 10px;
  font-size: 20px;
  color: #004925;
}