﻿.header {
    text-align: center;
    height: 50px;
    padding: 20px;
    font-size: 36px;
    background-color: gray;
    color: white;
}
.backgroundtop {
    background-color: antiquewhite;
    height: 450px;
}
.backgroundbottom {
    background-color: antiquewhite;
    height: 500px;
}


.container {
    text-align: center;
    padding: 20px;
}

.project-link {
    display: inline-block;
    width: 200px;
    height: 150px;
    background-color: darkblue;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
}
.fitPicture {
    top: 118px;
    left: 67px;
    position: absolute;
    height: 421px;
    width: 1000px;
    z-index: 2;
    color: white;
}
.RecieptCustomerInfo{
    border:solid;
    border-color: black;
    border-width: 2px;
    background-color: antiquewhite;
}


.Totalsbackgroundtop {
    background-color: antiquewhite;
    height: 1000px;
}