* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
}

#man {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.hanged {
  width: 100vw;
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 2rem;
  height: 16.75rem;
}

.guessed {
  text-align: center;
  color: #002462;
  font-size: 1.8rem;
}

.letra {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.adivinada {
  width: 4rem;
  height: 4rem;
  border-bottom: solid 1px #002462;
  margin-left: 0.4rem;
  line-height: 4.5rem;
}

.wrong {
  text-align: center;
  margin-top: 1rem;
  color: #242d34;
}

.errada {
  margin-left: 1rem;
}

[type='button'] {
  width: 15rem;
  padding: 1rem;
  border-radius: 1rem;
  border: solid 1px #0a3871;
  color: #0a3871;
  background: inherit;
  cursor: pointer;
}

.btn-blue {
  background-color: #0a3871;
  color: #fff;
  border-color: #000;
}

.buttons {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

footer {
  text-align: center;
}

header img {
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .adivinada {
    width: 2.5rem;
    height: 4rem;
    border-bottom: solid 1px #002462;
    margin-left: 0.4rem;
    line-height: 4.5rem;
  }
}
