.span-user {
  color: white;
}

#div-account {
  position: absolute;
  right: 10px;
  margin-left: 25px;
  color: rgb(218,218,218);
}

#header {
  height: 60px;
  background-color: #338fc2;
  padding-right: 10px;
  padding-left: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: space-between;
}

#span-username {
  padding: 5px;
  background-color: #c13e3e;
  border-radius: 5px;
}

#img-logo {
  position: absolute;
  left: 25px;
  width: 60px;
  height: 60px;
  margin-right: 25px;
}

body {
  height: 100vh;
  font-family: Capriola, sans-serif;
}

