body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.content {
  max-width: 60%;
  margin: auto;
}

hr {
  line-height: 4px;
  height: 4px;
  background-color: black;
}

.notouchwrapper {
  display: flex;
  justify-content: center;
}

#touch-button {
  background-color: chocolate;
  height: 40px;
  width: 80px;
  color: white;
  font-size: large;
  border: 0;
  border-radius: 4px;
}

#notouch:hover {
  background-color: rgb(167, 83, 23);
  width: 84px;
  height: 42px;
}
