/* fonts */
@font-face {
  font-family: "Kodchasan";
  src: url(./fonts/Kodchasan-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Arvo";
  src: url(./fonts/Arvo-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
:root {
  scrollbar-width: none !important;
}
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: white;
}
/* fonts */

body {
  background-color: #000000;
  font-family: "Arvo";
  margin: 0;
}
/* titulo */
#tittle {
  display: block;
}

h1 {
  text-align: center;
  color: rgb(255, 255, 255);
  /* background-image: linear-gradient(90deg, red, #0cc90c, blue); */
  background-image: url(./images/rgbgradient-1.jpg);
  background-size: 100% 120%;
  margin: 0 auto;
  padding: 30px 0px 30px 0px;
  font-size: 40px;
  width: 100vw;
}
#colorDisplay {
  display: block;
  color: rgb(255, 255, 255);
  font-style: italic;
}
/* #colorDisplay::first-letter{
  color: red;
} */

/* titulo */

/* container */
#message {
  color: rgb(255, 255, 255);
  font-size: 40px;
  display: flex;
  justify-content: center;
}
.message_p {
  display: block;
}
#container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 800px;
  margin: 0 auto;
}
.grid1 {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 800px;
}
.square {
  float: left;
  width: 80%;
  height: 80px;
  padding-bottom: 30%;
  background-color: rgb(89, 0, 255);
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 20px;
  box-shadow: 0px 0px 5px #ffffff9c;
  transition: 300ms;
}
/* container */

/* stripe */
.selected {
  padding: 10px;
}
#easyBtn {
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 0, 0.753) 80%,
    rgb(255, 102, 0)
  );
  color: rgb(255, 255, 255);
}
#hardBtn {
  background-image: linear-gradient(
    90deg,
    rgb(255, 102, 0) 80%,
    rgba(255, 0, 0, 0.753)
  );
  color: rgb(255, 255, 255);
}
button {
  border: none;
  background-color: inherit;
  text-transform: uppercase;
  height: 100%;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: inherit;
  outline: none;
}
#stripe {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#reset {
  background-color: white;
  color: rgb(0, 0, 0);
  text-align: center;
}
#stripe button {
  margin: 20px;
  padding: 10px;
  font-size: 17px;
  border-radius: 12px;
}
/* stripe */

/* foter */
/* FOOTER */
footer {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: auto;
  align-items: center;
  margin-top: 110px;
}

/*  */

#footer_copy {
  color: white;
  font-family: "Kodchasan";
  font-size: 20px;
  position: relative;
}
