html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 62.5%;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.1rem;
}

body {
  width: 100%;
  height: 100vh;
  text-align: center;
  background: linear-gradient(to right, rgb(169, 116, 116), rgb(87, 87, 167));
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

h1 {
  font-size: 4rem;
  width: auto;
  height: auto;
  padding: 2rem;
  margin: 2.5rem auto 5rem auto;
  text-align: center;
  text-transform: uppercase;
}

p {
  font-size: 1.5rem;
  width: 70%;
  height: auto;
  padding: 1rem;
  margin: 2rem auto;
  text-align: center;
  /*   line-height: 3rem; */
}

strong {
  text-decoration: underline;
  text-underline-position: under;
}

button {
  font-size: 2rem;
  width: auto;
  height: auto;
  margin: 2.5rem auto;
  padding: 2.5rem;
  text-align: center;
  border: 0.1rem solid grey;
  border-radius: 1rem;
  background-color: lightsteelblue;
  color: black;
  box-shadow: 0.5rem 0.5rem 0.5rem grey;
}

#propertyValue,
#showcolors {
  font-size: 2rem;
  font-family: 'Inconsolata', monospace;
  width: 60%;
  margin: 2.5rem auto 10rem auto;
  padding: 1rem 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
  font-weight: light;
}

footer {
  font-size: 1rem;
  line-height: 2rem;
  word-spacing: 0.15rem;
  padding: 0.5rem 0;
  color: white;
  background-color: black;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

footer > i {
  color: red;
}

hr {
  margin: 0;
  padding: 0.2rem;
  background-color: dodgerblue;
  width: 15%;
  margin: 1rem auto 5rem auto;
  border-radius: 10rem;
  border: 0;
}

#takecontrol {
  font-size: 2.2rem;
  font-weight: bold;
}

input {
  margin: 2rem;
}
