body{
    font-size: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding-bottom: 20px;
    background-image: url("../../images/projects-background.png");
    background-position-x: center;
    background-position-y: center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 1vh;
    background-repeat: no-repeat;
}
h2{
    font-weight: inherit;
    font-size: inherit;
}
h3{
    font-weight: inherit;
    font-size: inherit;
}
#content{
    margin-left: 2em;
    margin-right: 2em;

}
#header h1{
    text-align: center;
    font-size: 50px;
    padding-top: 15px;
}
img{
    margin: auto;
    width: auto;
    height: auto;
    object-fit: cover;
    max-width: 60%;
    display: block;
}
#viewer-images{
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    border: 0px;
}
#form-images{
    padding-top: 20px;
    margin: auto;
}
#viewer-images img{
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    border: 0px;
}
a, a:visited {
    color: rgb(51,102,204);
    text-decoration: none;
}
#meals-logo img{
    margin: auto;
    width: 20%;
}