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");
    background-size: fill;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: -2;
}

#sub_title{
    margin-left: 10px;
}

#container{
    height: auto;
    width: 1000px;
}
#container img{
    display: inline;
    margin: 10px;
    width: 300px;
    height: 300px;
    object-fit: scale-down;
}
#container img:hover{
    opacity: 0.7;
}
#gallery{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text{
    margin-left: 10px;
}