
body {
    background: white url(https://www.color-hex.com/palettes/42570.png) no-repeat top right;
    background-size: cover;
}
#container {
                position:relative;
                max-width: 900px;
                min-width: 900px;
                height: 100vh;
                /* this is the width of your layout! */
                /* if you change the above value, scroll to the bottom
      and change the media query according to the comment! */
                margin: 0 auto;
                background: white url(https://www.katebackdrop.com/cdn/shop/files/X101179_150X120_5b9f0708-4fc8-4871-87f6-066f1db29226.jpg?v=1709212383) repeat-y top right;
                border-color: silver;
                border: 50;
                /* this centers the entire page */
            }
#welcomebanner {
  position: absolute;
  margin: 200px 0px 0px 0px;
  max-width: 900px;
  min-width: 900px;
  height: fit-content;
  padding: 0px 0px 0px 0px;
  border: 0;
  display: block
}

#homeNavBarContainer {
  position: absolute;
  margin: 0px 0px 0px 0px;
  display:block;
  float: left;
  width: 150px;
  background-color: purple;
  padding: 10px;
}

#homeNavBarBanner{
}


#homeNavBarContent a{
    width:150px;
    display: block;
    padding: 20px 10px;
    background-color: red
}

#homeAboutContainer {
  margin: 0px 0px 0px 0px;
  max-width:600px;
  min-width:600px;
  display:block;
  float: left;
  padding: 10px;
  background-color: red;
}

#homeAboutContent {
  max-width: 100px;
}

#homeUpdateBarContainer {
  margin: 0px 0px 0px 0px;
  display:block;
  float: left;
  max-width:150px;
  min-width:150px;
  background-color: silver;
  padding: 10px;
}

#homeUpdateBarContent {
  max-width:150px;
}

#homeLinkToGoogleFormButton {
}



#content {
    margin: 0 200px;
}

#homeimageboard {
  padding: 10px;
  background-color: #ccc;
  float: right;
  bottom: 0;
}