body {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  font-family: "Lobster", cursive;
}
.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hexValue {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}

button {
  background-color: #ff4b5c;
  color: aliceblue;
  padding: 12px;
  cursor: pointer;
  border: transparent;
  font-family: "Lobster", cursive;
  font-size: 20px;
  letter-spacing: 2px;
}
