/* Styling for Color Pop R2 */
body {
  margin: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  transition: background-color 0.5s;
}

.container {
  text-align: center;
}

#swatch {
  width: 200px;
  height: 200px;
  margin: 1rem auto;
  border: 2px solid #fff;
}

#code {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

button {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
}
