@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500&family=Poppins:wght@300;400;500&display=swap');

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.color-card {
  background-color: rgb(43, 42, 42);
  color: white;
  text-align: center;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
}

.color-code {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
