h2 {
    font-size: 18px;
}


.containerOrders {
    font-size: 1.3rem;
    color: #fff;
padding: 5px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    background-color: rgb(37, 37, 36);
}


.header {
    color: #fff;
    
padding: 10px;
    grid-column: 1 / span end;
  display: grid;
  grid-template-columns: 1fr 1fr;
    background-color: rgb(34, 33, 33);

    ;
}

.header.description {
    grid-column: 1 / span 6;
    display: grid;
    grid-template-columns: 1fr 1fr;
    
    font-size: 1.3rem;
    
}

.header.description em {
    color: #fff;
    font-size: 3rem;
}

.title {
    color: beige;
    grid-column: 1 / span 6;
    justify-self: center;
    font-size: 4em;
    font-weight: bold;
}

.bullets {
    
    padding: 15px;
    color: #000;
    
    background-color: #fff;
}
.bullets img{
    height:40px;
}

.pins {
    padding: 15px;
    color: #000;
    
    background-color: #fff;
}

.footer {
    color: #000;
    grid-column: 1 / span 6;

    display: grid;
    grid-template-columns:  1fr 1fr 1fr;
    background-color: #fff;
}
#shipping {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    }
    #shipping li {
        text-align: center;
    }

.shipping {
    grid-column: 2 ;
    justify-self: center;
    color:green;
    font-size: 16px;
    
}
.shipping p {
    margin-left: 10px;
}
.shipping li {
    text-align: center;
    list-style-type: none;

}

.notice {
    grid-column: 1 / span 6;
    color: #000;
    padding:  3px 1rem;
    font-size: 1.1rem;    
    color: red;
    }


.noticeWhite {
    grid-column: 1 / span 6;
    justify-self: center;
    color: #fff;
    padding:  3px 2rem;
}

button {
    margin-top: 10px;
    background-color: rgb(50, 51, 50);
    border: 2px solid red;
    border-radius:  1rem;
    color: #fff;
    padding: 0 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2rem;
    width: 12rem;
}

.confirm {
    grid-column: 2;
    background-color: #fff;
    border: 2px solid red;
    border-radius: 1rem;
    color: #000;
    padding: 0 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2rem;
    width: 12rem;
    justify-self: center;
}

table {
    width: 70%;
    text-align: center;
    margin: auto;
    border-collapse: collapse;
}

th, td {
    border: 1px rgb(151, 151, 55) solid;
}

th, td {
    padding: 2px 5px;
    color: rgb(156, 118, 13)
}

.order-btn {
    background-color: red;
}

.orderBanner {
    font-size: 2em;
    color: red;
    grid-column: 1 / span 6;
    justify-self: stretch;
    text-align: center;
    background-color: darkorange;
}

.order {
    color: #fff;
    margin: 25px 10px;
    font-size: 1.5rem;
    display: grid;
    grid-template-columns: 1fr 4fr 4fr 4fr 4fr;
    grid-template-rows: auto;
    background-color: bisque;
    grid-column-gap: 5px;
    grid-row-start: 5px;
    justify-items: stretch;
    -ms-grid-column-align: center;
    -ms-grid-row-align: center;
    justify-items: stretch;
}

.order > div {
    background-color: brown;
}



.intro {
    font-size: 1.1rem;
    background-color: black;
    color: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-self: center;
    padding: 20px;
}

button:disabled {
    background-color: slategray;
    cursor: not-allowed;
}

#theFooter>p  {
    font-size: .8rem;
}
.notice>p  {
    font-size: .8rem;
}





