@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');

body {
    background-image: url(../Img/Fondo.jpg);
}
.img-suelta {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
padding: 5px;
border: 2px solid black;
border-radius: 5px;
}

.contenedor-tp {
  width: auto;
  background-color: white;
  margin: 50px auto;
  padding: 20px;
  border: 2px solid black;
  border-radius: 2px;
  overflow: hidden;
}

.amber-text, h4 {
  text-align: center;
}
p {
  font-size: 20px;
}

.icono {
  width: 25%;
  height: 25%;
}

h1, h4 {
 color: #FABB51;
 font-size: 48px;
 font-family: 'Patua One', cursive;
}

h3 {
   font-family: 'Patua One', cursive;
}
h6 {
  text-align: center;
}

.subtexto {
  width: auto;
  background-color: #FCD258;
  margin: 20px auto;
  padding: 10px;
  border: 1px solid black;
  border-radius: 2px;
  overflow: hidden;

}
