*{
    margin: 0;
    padding: 0;
}
#hd{
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 80px;
    font-family: "sofia", sans-serif,;
    font-size: 50px;
}
#container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 100px;
}
@media (max-width: 768px) {
    #container{
        width: 90%;
    }
}
@media (max-width: 480px) {
    #container{
        width: 100%;
    }
}
.image{
    width: 500px;
}
@media (max-width: 768px) {
    .image{
        width: 90%;
    }
}
@media (max-width: 480px) {
    .image{
        width: 100%;
    }
}
.text1{
    font-size: 40px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-bottom: 30px;
}
.available{
    justify-content: end;
    font-size: 30px;
    margin-bottom: 20px;
}
.listtype{
    list-style: square;
    font-size: 25px;
    font-family: cursive;
}
#image1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px;
}
.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;
}
#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;
}