body{
    margin: 0;
    padding: 0;
    font-family: Futura, sans-serif, Arial;
    position: relative;
    min-height: 100vh;
    height: 100%;
}
body::before{
    content: "";
    position: absolute;
    background-image: url("../Assets/Header_Background.jpg");
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: -2;
}

#title{
    margin-left: 10px;
}

.greeting{
    margin: 10px;
}

#explaination{
    margin: 10px;
}

#Designs{
    margin: 10px;
}
#design_gallery{
    height: 320px;
    width: 1000px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    border: solid black 3px;
}
#design_gallery p{
    text-align: center;
}
#design_gallery img{
    display: inline;
    padding: 10px;
    width: 300px;
    height: 300px;
    object-fit: fill;
}
#design_body{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Orders{
    margin: 10px;
}
#order_gallery img{
    display: inline;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 300px;
    height: 300px;
    object-fit: fill;
}
#order_body{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#order_gallery p{
    text-align: center;
}
#order_gallery{
    height: 320px;
    width: 1000px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    border: solid black 3px;
}

#Models{
    margin: 10px;
}
#models_gallery img{
    display: inline;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 300px;
    height: 300px;
    object-fit: fill;
}
#models_body{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#models_gallery p{
    text-align: center;
}
#models_gallery{
    height: 320px;
    width: 1000px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    border: solid black 3px;
}