.header {
  display: flex;
  justify-content: center;
  background-color: white;
  background-color: rgb(30, 33, 36);
  top: 0;
  width: 100%;
  height: 40px;
  align-items: center;
  border: none;
  border-bottom: 1px solid #444;
}

.center-space {
  flex: 1;
  flex-shrink: 0;
  width: 0;
  background-color: tomato;
}

.button-container-home {
  height: 100%;
  width: 300px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.button-container {
  height: 100%;
  width: 200px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-button {
  background: none;
  cursor: pointer;
  margin: 2px 10px 0 10px;
  border: none;
  font-family: Arial;
}

.resume-button {
  background: none;
  cursor: pointer;
  margin: 2px 10px 0 10px;
  border: none;
  font-family: Arial;
}

i {
  height: 20px;
}