body {
  background-color: #faf8ef;
  display: flex;
  justify-content: space-around;
  font-family: "Clear Sans", "Helvetica Neue"
}

h1 {
  font-size: 80px;
  line-height: 0.7;
  color: #776E65;
  margin: 0px;
}

.container {
  margin-top: 30px;
  position: relative;
}

.info {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.content {
  margin-top: 50px;
}

.warn {
  font-size: 15px;
  font-weight: default;
  color: #9e958d;
}
.button{
  font-size: 20px;
  color: #625a53;
  font-family: "clear sans", "helvetica neue";
  font-weight: bold;
}

#colorPicker {
  margin: 20px;
  width: 100px;
  height: 100px;
}


#colorDisplay {
  width: 100px;
  height: 100px;
  margin-top: 10px;
  border: 1px solid #000;
}