* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}
.navbar {
  display: flex;

  padding: 25px;
  justify-content: space-evenly;
}
.navbar button {
  font-size: 24px;
  background-color: white;
}
section {
  padding: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  box-shadow: 3px 3px 3px 3px rgb(0, 0, 0, 0.1);
}
section, h2 {
    background-color: white;
}
.randomColorBox {
padding: 35px;
}
.randomColorBox, span {
  padding: 30px;
}
.randomColor {
  margin-top: 1.5em;
  display: flex;
  justify-content: center; 
}
#color {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px;

}