@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&family=Grechen+Fuemen&family=Lobster&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    
    min-height: 100vh;
    box-sizing: border-box;
}

.shortlist {
    background-color: skyblue;
    display: grid;
    width: 100vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    padding: 15px;
    gap: 10px;
    justify-content: space-evenly;
    box-sizing: border-box;

}

.shortlist div {
    box-sizing: border-box;
    background-color: hwb(0 6% 94%);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.shortlist div:hover{
    
    transform: scale(1.05);
    transition: all 0.2s linear;
    
}
.list{
    width: 100vw;
    min-height: 100vh;
    box-sizing: border-box;
}



.redmi{
    background-color: #ff4444;
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100vw;
    height: auto;
    padding: 10px;
}
.card{
    background-color: white;
    width: 200px;
    height: 380px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    grid-template-rows: 1fr 1fr;
    border-radius: 10px;
    overflow: hidden;
}
ul{
    list-style: none;

}
li{
    padding: 3px 0px;
}
li span{
    font-size: 16px;
}

.redmiimg{
    width: 100%;
    height: 100%;

}
.redmiimage{
    height: 230px;
    width: 130px;
   padding: 10px;
   
}
.redminame{
    width: 200px;
    height: 130px;
    background-color: #7eb43694;
    display: grid;
    padding: 10px;
    
}
