*{
    margin: 0;
    padding: 0;
}
#hd1{
    text-align: center;
    margin-top: 30px;
    font-style: italic;
    font-variant: small-caps;
    font-size: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 50px;
}
#abt1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px;
}
.pofabt1{
    background-color: khaki; 
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 30px; 
    padding: 20px; 
    text-align: center; 
    line-height: 75px; 
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .pofabt1{
        width: 80%;
    }
}
@media (max-width: 480px) {
    .pofabt1{
        width: 90%;
    }
}
#available{
    text-align: center;
    margin-bottom: 50px;
}
.na{
    font-size: 20px;
    font-family: cursive;
    font-weight: bold;
    margin-bottom: 10px;
}
.addy{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}
.or{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
}
.pickup{
    margin-bottom: 10px;
    font-size: 20px;
}
.slang{
    font-family: cursive;
    font-size: 30px;
    margin-top: 15px;
    font-weight: bolder;
    font-variant: small-caps;
}
#image1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    #image1{
        width: 80%;
    }
}
@media (max-width: 480px) {
    #image1{
        width: 100%;
    }
}
.description{
    text-align: center;
    margin-top: 10px;
    letter-spacing: 4px;
    font-size: 20px;
    font-family: cursive;
    font-style: oblique;
    font-weight: 400;
}
.textoverlay{
    position: relative;
}
.textoverlayab{
    position: absolute;
    left: 55px;
    top: 50px;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#oneimage{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   margin-bottom: 50px;
}
.oi{
    width: 600px;
    height: 350px;
}
@media (max-width: 768px) {
    .oi{
        width: 90%;
    }
}
@media (max-width: 480px) {
    .oi{
        width: 100%;
    }
}
#ordercontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
#order{
    border: 1px solid black;
    width: 400px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    letter-spacing: 7px;
}
#ordertab{
    text-decoration: none;
    color: black;
}
.below{
    background-color: rgb(92, 84, 84);
    display: flex;
    justify-content: center;
    height: 200px;
    align-items: center;
    font-size: 25px;
}
#instagram2{
    color: rgb(207, 200, 200);
    margin-right: 10px;
    text-decoration: none;
    
}
.geb{
    color: rgb(207, 200, 200);
}
.belowabout{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.lastpage{
    background-color: black;
    color: white;
    height: 700px;
}
.bran{
    text-align: center;
    margin-bottom: 30px;
}
.mbt{
    margin-top: 50px;
    margin-bottom: 50px;
}
#facebook1{
    margin: 0 30px;
    text-decoration: none;
    color: white;
}
#whatsapp1{
    margin: 0 30px;
    text-decoration: none;
    color: white;
}
#instagram1{
    margin: 0 30px;
    text-decoration: none;
    color: white;
}
.typeoflist{
    list-style-type: none;
    margin-bottom: 30px;
}
.ste{
    color: white;
    text-decoration: none;
    margin-bottom: 50px;
}
.ste1{
    margin-bottom: 20px;
}
@media (max-height: 768px) {
    .lastpage{
        height: 100%;
    }
}
@media (max-height: 460px) {
    .lastpage{
        height: 100%;
    }
}
#builder{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.site{
    font-size: 20px;
}
.Gil{
    margin-left: 10px;
    line-height: 25px;
}