html {
  background: rgb(110, 255, 255);
  background: radial-gradient(
    circle,
    rgba(110, 255, 255, 1) 32%,
    rgba(0, 229, 255, 1) 64%,
    rgba(0, 178, 204, 1) 88%
  );
  background-repeat: no-repeat;
  height: 100%;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.bar-container {
  height: 100px;
  width: 100px;
  position: relative;
}

.wpm-font-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}

.barP {
  height: 100px;
  width: 5px;
  background: black;
  margin: auto;
}

.barM {
  height: 5px;
  width: 100px;
  background: black;
  position: absolute;
  top: 50%;
}

.read-container {
  height: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.read-text {
  font-size: 4em;
}

.input {
  margin: 50px;
  justify-content: flex-start;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.sliderDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 15px;
}

#font-select {
  margin-left: 15px;
}

button {
  margin: 10px;
  padding: 5px;
}

.startBtn {
  padding: 10;
  width: 80px;
}

#textInput {
  width: 700px;
  height: 700px;
}

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto Mono', monospace;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Times New Roman', sans-serif;
*/
