body {
  color: var(--bs-primary-text-emphasis);
}

header,
main,
footer {
  text-align: center;
  width: 60%;
  margin: 3em auto;
}

*:disabled {
  background-color: var(--bs-secondary-bg) !important;
  color: var(--bs-secondary-color) !important;
}

.attribution {
  font-size: 0.75em;
}

#timer {
  font-size: 2em;
  margin-top: 1.5em;
}

#current-word {
  font-size: 3em;
  margin-bottom: 0.75em;
}

#header-img {
  width: 120px;
}

#customize-area label,
#customize-area input,
#customize-area textarea {
  display: block;
  margin: 5px auto;
}

#customize-area {
  position: relative;
}

#get-words {
  width: 200px;
  height: 7em !important;
  resize: none;
}

#get-interval {
  width: 4em;
}

#get-name,
#name-label {
  display: inline !important;
}

#get-name {
  width: 250px;
}

#saved-lists {
  margin-bottom: 20px !important;
}

#all-settings {
  position: relative;
  height: 290px;
  overflow: hidden;
}

#settings-sec-1,
#settings-sec-2 {
  height: 290px;
}

#settings-sec-2 {
  padding-top: 70px;
}

.btn {
  border-radius: 0;
  margin: 3px;
}

.btn:hover {
  box-shadow: 0px 0px 10px var(--bs-info);
}

#theme {
  font-weight: 600;
  cursor: pointer;
}

#saved-lists {
  width: 200px;
  margin: 0 auto;
}

#message-container {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

#messages {
  display: flex;
  text-align: center;
  align-items: center;

  padding: 0 7px;
  width: 250px;
  height: 100px;

  font-weight: 600;
  font-size: 1em;

  color: var(--bs-secondary-color);
  background-color: var(--bs-info-bg-subtle);
  border-radius: 5px;
  box-shadow: 5px 5px 12px;
}

#messages p {
  margin: 0;
}

#mess-triangle {
  position: relative;
  left: 44%;
  width: 0;
  border-top: 21px solid var(--bs-info-bg-subtle);
  border-left: 13px solid rgba(0, 0, 0, 0);
  border-right: 13px solid rgba(0, 0, 0, 0);
}

.hover {
  box-shadow: 0px 0px 10px var(--bs-info);
}

#tutorial-btn{
  cursor: pointer;
}

@media (max-width: 500px) {
  header,
  main,
  footer {
    width: 90%;
  }
}
