body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Georgia, Times, serif;
    background: linear-gradient(69deg, orangered, orange);
}
h1{
    background-color: black;
    padding: 10px;
    margin: 0;
    color: orange;
    text-align: center;
    
}

h2{
    margin-bottom: 3rem;
}
/*tshirt*/
.t-shirts{
    display: flex;
    max-width: 100%;
    background-color: white;
}

.tshirt1, .tshirt2{
    border: solid 0.11px gray;
    cursor: pointer;
}

.tshirt3,.tshirt4{
    border: solid 0.1px gray;
    cursor: pointer;
}
/*tshir 3rd&4th line*/
.tshirt-column{
    display: flex;
    max-width: 100%;
    background-color: white;
}

.tshirt5,.tshirt6{
    border: solid 0.1px gray;
    cursor: pointer;
}

.tshirt7,.tshirt8{
    border: solid 0.1px gray;
    cursor: pointer;
}


/*button shirts*/
.Button-down{
    display: flex;
    max-width: 100%;
    background-color: white;
}

.button1,.button2{
    border: solid 0.1px gray;
    cursor: pointer;
}

.button3,.button4{
    border: solid 0.1px gray;
    cursor: pointer;
}

/*poloshirt*/
.Polo-shirts{
    display: flex;
    max-width: 100%;
    background-color: white;
}

.polo1,.polo2{
    border: solid 0.1px gray;
    cursor: pointer;
}

.polo3,.polo4{
    border: solid 0.1px gray;
    cursor: pointer;
}

/*poloshirt3rd&4thline*/
.polo-column{
    display: flex;
    max-width: 100%;
    background-color: white;
}

.polo5,.polo6{
    border: solid 0.1px gray;
    cursor: pointer;
}

.polo7,.polo8{
    border: solid 0.1px gray;
    cursor: pointer;
}
/*flannelshirt*/

.flannel{
    display: flex;
    max-width: 100%;
    background-color: white;
}
.flannel1,.flannel2{
    border: solid 0.1px gray;
    cursor: pointer;
}

.flanneL3,.flannel4{
    border: solid 0.1px gray;
    cursor: pointer;
}

figure{
    text-align: center;
}
a{
    color: white;
    text-decoration: none;
}

img{
    width: 245px;
    height: 250px;
}

button{
    padding: 9px;
    border-radius: 3px;
    border: none;
    background-color: black;
}


h3{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    font-size: 2rem;
}