nav{
    width: 100%;
    height: 50px;
    background-color: blue;
   position: fixed;
    /* text-align: center; */
    color: white;
    text-transform: capitalize;
    
}
.out>h2{
    padding-left: 50px;
    color: black;

}
.search>.fa-magnifying-glass{
display: inline-block;
vertical-align: middle;
text-align: center;
}
body{
    margin: 0px;
    font-family: 'Times New Roman', Times, serif;
}

.shirts{
     width: 200px;
    border: 1px solid black;

position: relative;
font-size: 0px;
margin: 0.01px;
float: left;
z-index: -1;
margin-top: 100px;
}
.shirts>img{
     width: 200px;
}
.sale{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    background-color: red;
    color: white;
}