body{
    background-color: black;
}
h1{
    color: white;
    text-align: center;
}
.card-image{
    width: 200px;
    height:250px;
    border: 1px solid red;
    margin: 10px;
    border-radius: 10%;
}
.card-image img{
    width: 200px;
    height: 250px;
    border-radius: 10%;
}
.galeria{
    
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 50px;
    
}
input{
    color: white;
}
.basura{
    margin-top: 40px;
}
.texto{
     
     
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}
.galeria p{
    margin-top: auto;
    color: white;
}
@media (min-width: 350px) and (max-width: 700px){
    
    .card-image{
    width: 160px;
    height:250px;
    border: 2px solid red;
    margin: 5px;
    border-radius: 10%;
}
.card-image img{
    width: 100%;
    height: 250px;
    border-radius: 10%;
}

}

