* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: linear-gradient(0deg, rgb(171, 193, 207) 0%, rgb(125, 143, 151) 63%);
}

#siteLogo:hover {
  cursor: default;
}

main {
  flex: 1 0 auto;
  width: 60%;
  margin: 3rem auto;
  background: #5e6974;
  border: 3px solid black;
}

section {
  text-align: center;
}

footer {
  text-align: center;
}

button {
  border-radius: .25rem;
  height: 2rem;
  padding: .5rem;
}


.modal-content,
.modal-footer a,
.modal{
  color: white;
  background-color: #212121;
}


.word {
  display: flex;
}

.letter {
  font-size: 16pt;
}

#test-paragraph {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 1rem;
  margin: 2rem;
  border: 3px solid black;
}


#slider {
  width: 50%;
}

#hsList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;

}
#highscores {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.correct {
  color: rgb(47, 255, 47);
}

.wrong {
  color: rgb(255, 18, 18);
}

.current {
  padding-bottom: .5rem;
  border-bottom: 3px solid black;
}

.postScreenButtons{
  margin: 1rem
}

.highscore {
  background-color: #212121;
  color: white;
  width: 30%;
  padding-left: 1rem;
  margin-bottom: 0.5rem;

}

.switch {
  color: white;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
