/* webpage styling */
body {
  font-family: sans-serif;
  padding: 20px;
  text-align: center;
  background-color: #fafafa;
}

/* textbox styling */
input[type="text"] {
  padding: 10px;
  width: 250px;
  margin: 10px;
  font-size: 16px;
}

/*  button styling  */
button {
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
}

/* Palette styling */
.color-swatch {
  width: 300px;
  height: 50px;
  margin: 10px auto;
  line-height: 50px;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
  border-radius: 8px;
}
