body{
    background-color: black;
  box-sizing: border-box;
  

}
.agregar-reels p{
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
}
h1{
    color: white;
    text-align: center;
}
.card-image{
    width: 200px;
    height:250px;
    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{
    max-width: 80%;
    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;
}
.subir-video button{
    background-color: red;
    box-shadow:0 8px 16px 0 rgba(15, 227, 33, 0.6);
    padding: 10px;
    font-size: 1rem;

    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}
.agregar-reels{
     
    border-radius: 10%;
    

}
.agregar-reels img{
     width: 150px;
    height: 150px;

}
.fa-solid{
    margin-left: 40px;
    color: white;
    font-size: xx-large;
    
    
}


@media (min-width: 350px) and (max-width: 700px){
    
    .card-image{
    width: 160px;
    height:250px;
    
    margin: 5px;
    border-radius: 10%;
    
    
}
.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
background-color: #e41e3f;
}
.card-image video{
    width: 150px;
    height: 250px;
    border-radius: 10%;
}
.galeria{
    max-width: 100%;
    
    width: 400px;
    height: 300px;
    margin-top: 0;
    overflow-x: scroll;
    flex-wrap: nowrap;
    
    
}


.fa-solid{
    
    
    color: white;
    font-size: medium;
    font-size:large;
    margin-left: 0px;
    
}
    
    


}

