.header {
  font-size: 20px;
  font-weight: bold;
  /* height: 70px; */

  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;

  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100;

  padding: 20px 70px 20px 70px;

  background-color: #E5E5E5;
}

.left-section,
.middle-section,
.right-section {
  width: auto;
  margin: 0;
  padding: 0;
}

.home-button {
  color: #B723A3;
  font-weight: bold;
  font-size: 55px;
}

.projects-icon,
.contact-icon {
  height: 50px;
  margin-bottom: 5px;
}