.header {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  border: 0.01px solid rgb(224, 224, 224);
  display: flex;
}

.header-logo {
  height: 80px;
  margin: 10px;
}

.header-left-section {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.header-button {
  background-color: #673ab7;
  color: #ffffff;
  border: none;
  font-family: inherit;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 25px;
  margin-right: 20px;
}

.header-button:hover,
.header-logo:hover {
  cursor: pointer;
  opacity: 0.7;
}

.logout-button {
  background-color: #ff5252;
  margin-right: auto;
  margin-left: 20px;
}
