header {
  background-color: lightgoldenrodyellow;
  text-align: center;
  font-size: 40px;
  padding: 2em 0;
  margin-bottom: 15px;
  font-family: 'Press Start 2P', cursive;
}

main{
  text-align: center;
}

main section{
  font-family: 'Pangolin', cursive;
}

main section p{
  margin: 25px 0 15px 0;
  font-size: 20px;
}

textarea[name="user-input"]{
  resize: none;
  font-size: 20px;
  font-family:'Pangolin', cursive;
  margin-bottom: 35px;
}

main ul{
  list-style-type: none;
  margin-bottom: 20px;
}

.metrica{
  background: lightgoldenrodyellow;
  display: inline-flex;
  margin: 0 10px 0 10px;
  padding: 0 10px;
  font-size: 20px;
  border: 1.5px solid lightsalmon;
  border-radius: 20px;
}

#reset-button{
  font-size: 26px;
  font-family: 'Press Start 2P', cursive;
  padding: 15px;
  margin: 0 0 30px 0 ;
  background: lightsalmon;
  border: none;
  border-radius: 20px;
}

#reset-button:hover{
  font-size: 33px;
}

footer{
  text-align: center;
  padding: 40px;
  color: white;
  font-family: 'Pangolin', cursive;
  font-weight: bold;
  background:skyblue;
}

img{
  max-width: 10%;
  margin: 15px;
  height:auto
}