@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
}

#navigation {
  display: flex;
  margin-top: 30px;
  justify-content: space-around;
  width: 533px;
}

#colorEl {
  width: 61px;
  height: 42px;
}

#selectEl {
  font-family: inherit;
  width: 312px;
  height: 42px;
  border: 1px solid #d1d5db;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

#btn {
  width: 123px;
  height: 42px;
  border: 1px solid #d1d5db;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition-duration: 200ms;
  cursor: pointer;
}

#colors-container {
  display: flex;
  width: 100%;
  margin: 0 4px;
  margin-top: 30px;
}

.color-div {
  width: 100%;
  height: 100vh;
  padding: 8px;
  border-radius: 10px;
  margin-left: .4em;
  position:relative;
  margin-top: .9em;
}

.hex{
  color: white;
  font-weight: bold;
  font-size: .7rem;
  font-family: "Inter", sans-serif;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  background-color: inherit;
  width: 70%;
  position: absolute;
  top: -30px;
  border-radius: 5px;
  font-family: 'Kanit', sans-serif;
}
