   body{
    background-color:  rgb(189, 189, 189);
    font-family: Roboto, sans-serif;
}

*{
    font-family: Roboto, sans-serif;
}

.main-mine{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: white ;
    padding: 3rem;
    gap: 5rem;
    width: auto;
    height: auto;
}



.stubborn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

img{
    
    overflow: hidden;
    width: 100%;
    
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.show-case{
    text-align: left;
    padding: auto;
    height: 19rem;
    background-color: white;
    width: 300px;
    margin: auto;
    border-radius: 1rem;
    box-shadow:  0 10px 10px -6px rgba(17, 16, 16, 0.9);
}
.p{
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-size: small;
}

.fit{
margin-top: -2.5rem;

}





button{
color: white;
background-color: rgb(45, 45, 221);
border-style: solid;
border: none;
height: 30px;
width: 90px;
font-family: Roboto,sans-serif;
font-weight: 500;
border-radius: 5px;

}

button:hover{
cursor: pointer;
background-color: rgb(75, 75, 250);
}

button:active{
opacity: 0.5;
transition: 0.05s;
}



p{

font-family: Roboto, sans-serif;
font-size: 13px;
margin-left: 1rem;
margin-right: 1rem;
}

h3{
font-size: medium;
font-weight: 800;
margin-left: 12px;
}

header{
    position: relative ;
width: auto;
z-index: 100;
padding: 2rem;
background-color: rgb(241, 241, 241);
box-shadow: 0 7px 10px rgba(90, 87, 87, 0.411); 
}

.piper{
margin-top: -5px;
font-family: Roboto, sans-serif;
}

footer{
width: auto ;
padding: 2rem;
display: flex;
align-items: center;
justify-content: space-between;

background-color: rgb(223, 223, 223);
}



.footies{
flex: 1;
display: flex;
margin-bottom: 10px;
align-items: center;
font-size: xx-small;
font-weight: 500;
}

.footies-1{
display: flex;
margin-right: 50px;
margin-bottom: 10px;
font-size: xx-small;
align-items: center;
justify-content: space-between;
font-weight: 500;

}

.footies-2{
display: flex;
margin-bottom: 10px;
justify-content: space-between;
align-items: center;
font-size: xx-small;
font-weight: 500;
}



@media screen and (min-width: 200px)and
(max-width: 768px)
{
    .main-mine{
        display: grid;
        grid-template-columns: 1fr ;
        background-color: white ;
        padding: 3rem;
        gap: 5rem;
        width: auto;
        height: auto;
    }

    .show-case{
        text-align: left;
        padding: auto;
        height: 19rem;
        background-color: white;
        width: auto;
        margin: auto;
        border-radius: 1rem;
        box-shadow:  0 10px 10px -6px rgba(17, 16, 16, 0.9);
    }

    .stubborn{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }



}

@media screen and (min-width: 768px) and
( max-width: 900px)
    {
.main-mine{
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: white;
    padding: 3rem;
    gap: 6rem;
    width: auto;
    height: auto;
}

.show-case{
    text-align: left;
    padding: auto;
    height: 19rem;
    background-color: rgb(255, 255, 255);
    width: auto;
    margin: auto;
    border-radius: 1rem;
    box-shadow:  0 10px 10px -6px rgba(17, 16, 16, 0.9);
}
.stubborn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

}

@media screen and (min-width: 900px) and
( max-width: 1024px)
{
    .main-mine{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        background-color: white;
        padding: 3rem;
        gap: 3rem;
        width: auto;
        height: 100%;
    }
    .stubborn{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    img{
        object-fit: contain;
        width: 100%;
        height: 125px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .show-case{
        text-align: left;
        padding: auto;
        height: auto;
        background-color: rgb(255, 255, 255);
        width: auto;
        margin: auto;
        border-radius: 1rem;
        box-shadow:  0 10px 10px -6px rgba(17, 16, 16, 0.9);
    }
    .p{
        font-family: Roboto, sans-serif;
        font-weight: 900;
        font-size: small;
    }
    
    .fit{
    margin: none;
    }
    
    
    
    
    
    button{
    color: white;
    background-color: rgb(45, 45, 221);
    border-style: solid;
    border: none;
    height: 30px;
    width: 90px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    border-radius: 5px;
    
    }
    
    button:hover{
    cursor: pointer;
    background-color: rgb(75, 75, 250);
    }
    
    button:active{
    opacity: 0.5;
    transition: 0.05s;
    }
    
    
    
    p{
    
    font-family: Roboto, sans-serif;
    font-size: 13px;
    margin-left: 12px;
    }
    
    h3{
    font-size: medium;
    font-weight: 800;
    margin-left: 12px;
    }
    
    header{
        position: relative;
    width: auto;
    z-index: 100;
    padding: 2rem;
    background-color: rgb(241, 241, 241);
    box-shadow: 0 7px 10px rgba(90, 87, 87, 0.411); 
    }
    
    .piper{
    margin-top: -5px;
    font-family: Roboto, sans-serif;
    }
    
    footer{
    width: auto;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    background-color: rgb(223, 223, 223);
    }
    
    
    
    .footies{
    flex: 1;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    font-size: xx-small;
    font-weight: 500;
    }
    
    .footies-1{
    display: flex;
    margin-right: 50px;
    margin-bottom: 10px;
    font-size: xx-small;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    
    }
    
    .footies-2{
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    font-size: xx-small;
    font-weight: 500;
    }
}
