@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&family=Roboto&family=Ubuntu:wght@300;400;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;

}

h1 {
    color: red;
    text-align: center;
    
}
h2{
    color:rgb(207, 29, 29);
    text-align: center;

}

div h3{
    
    display: inline;
    margin-right: 20px;
    margin-left: 380px;
}
div h4{
    
    display: inline;
    margin-right: 20px;    
}

body{
    background-color: rgba(8, 6, 6, 0.562);
}

.cartita {
    width: 30%;
    height: 320px;
    background-color: rgb(163, 148, 148);
    border-radius: 10px;
    display: inline-block;
    margin-inline: 1,5%;
    margin-block: 10px;
    overflow:-moz-hidden-unscrollable;
    position:relative;
    border: 2px solid red;
    text-align: center;

}

.cartita_imagen {
    width: 100%;
    height: 200px;
   
    padding: 10px;
}

.cartita_titulo{
    
    font-size: 18px;
}

.cartita_parrafo{
    font-size: 14px;
    margin-bottom: 30px;
   
}

.cartita_boton{
    background-color: rgb(204, 55, 50); 
    border: none;
    padding: 10px;
    position: relative;
    align-self: center;
       
}

.cartita_imagen, 
.cartita_titulo,
.cartita_parrafo {
    margin-bottom: 10px;
}