body{
    background-color: black;
}
h1{
    color: white;
    text-align: center;
}
.card-image{
    width: 200px;
    height:300px;
    border: 1px solid red;
    
    margin: 10px;
    border-radius: 10%;
}
.eliminar{
position: fixed;
margin-bottom: 0;
margin-top: 150px;

}
.card-image video{
    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;
}
.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
background-color: #e41e3f;
}

@media (min-width: 350px) and (max-width: 700px){
    
    .card-image{
    width: 160px;
    height:250px;
    border: 2px solid red;
    margin: 5px;
    border-radius: 10%;
}
.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
background-color: #e41e3f;
}
.card-image video{
    width: 100%;
    height: 250px;
    border-radius: 10%;
}

}

