#logoutButton {
  margin-left: auto;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#websitesContainer {
  display: flex;
  gap: 20px;
}

#websitesContainer label {
  cursor: pointer;
  font-size: 1.2em;
}
