.button {
    padding: 0.6em 0.9em;
    font-size: 1em;
    background-color: #BC81F7;
    font-weight: bold;
    border: 0.2em solid;
    border-color: #00ffff #04ff00 #0051ff #d400ff;
    border-radius: 1.5em;
    color: #fff;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 5px;
  }
a {
    color: #fff;
    text-decoration: none;
    font-family: "Look for", sans-serif; 
}
.contenedor {
    width: 350px;
    height: 270px;
    background-color:#7f00b2 ;
    margin: auto;
    margin-top: 10px;
    border: 2px solid black;
    border-radius: 10px;
    padding: 5px;
}
.contenedor-hijo{ 
    font-family: "Look for", sans-serif;
    margin-top: 5px;
    margin-left: -2px;
    border-radius: 10px;
    padding: 5px;
    border: 2px solid black;
    width: 340px;
    height: 200px;
    background-color: aqua;
    font-size: 16px;
}
.contenedorimg-padre {
    border-radius: 10px;
    border: 2px solid black;
    background-color: #7f00b2;
    width: 350px;
    display: flex;
    padding: 5px;
    margin: auto;
    margin-top: 10px;
}
.contenedor-img {
    border-radius: 10px;
    margin: auto;
    margin-top: 10px;
    padding: 5px;
    border: 3px solid black;
    background-color: aqua;
    display: flex;
    width: 345px;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
}
body{
    background-color: #313131;
    background-image: radial-gradient(rgba(255, 255, 255, 0.171) 2px, transparent 0);
    background-size: 30px 30px;
    background-position: -5px -5px
  }
.imagenes {
    margin-top: 5px;
    width: 300px;
    border: 3px solid black;
    border-radius: 10px;
}
.borde-text {
    border-radius: 10px;
    font-family: "Look for", sans-serif;
    margin-top: 5px;
    border: 2px solid black;
    height: px;
    width: 300px;
    text-align: center;
    background-color: skyblue;
}
