 
body {
  background-color: white;
  color: black;
  font-family: Verdana;
  background-image: url('6.png');
}

img {
  display: block;
  margin: auto;
  box-shadow: 10px 12px 0.5rem rgba(0,0,0,0.5);
}

  .img-container1 {
   position: fixed;
   bottom: -20PX;
   left: 14%;
 }
 
   .img-container2 {
   position: fixed;
   bottom: -20PX;
   left: 43%;
 }
 
   .img-container3 {
  position: fixed;
  bottom: -20px;
  right: 14%;
 }
 


    .div1 {
  margin: auto;
  margin-top: 10px;
  margin-bottom: -16px;
  
  padding: 5px;
      
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: ;
  border-left-style: solid;
  
  border-color: #101010;
  border-width: 5px;
  
  width: 800px;
  height: 95px;
  
  border-radius: 10px 10px 0 0;
  background: linear-gradient(#281810);
  box-shadow: 10px 12px 0.5rem rgba(0,0,0,0.5);
  width: style="max-width: 100%;
 
}
  .div2 {
  margin: auto;
  margin-top: 0px;
  
  padding: 5px;
    
  border-top-style: ;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  
  border-color: #101010;
  border-width: 5px;
  
  width: 800px;
  height: fit-content;
  
  border-radius: 0 0 10px 10px;
  background: linear-gradient(#DBD3C3);
  box-shadow: 10px 12px 0.5rem rgba(0,0,0,0.5);
  width: style="max-width: 100%;
}

.column {
  float: left;
  width: 33%;
  padding: 1px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

body {
    padding-bottom: 80px;
}

  .div4 {
  position: fixed;
  bottom: 0px;
  left: 14%;
  border-color: #FBFBFB;
  border-width: 9px;
  border-radius: 25px 25px 0 0;
  background: linear-gradient(#D3B282);
  box-shadow: 10px 12px 0.5rem rgba(0,0,0,0.5);
  
  font-size: 3em;
  color: #302018;
  
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  
  width:17%;
  
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: ;
  border-left-style: solid;
  
  text-align: center;
  }

  .div5 {
  position: fixed;
  bottom: 0px;
  left: 41.5%;
  border-color: #FBFBFB;
  border-width: 9px;
  border-radius: 25px 25px 0 0;
  background: linear-gradient(#D3B282);
  box-shadow: 10px 12px 0.5rem rgba(0,0,0,0.5);
  
  font-size: 3em;
  color: #302018;
  
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  
  width:17%;
  
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: ;
  border-left-style: solid;
  
  text-align: center;
}

  .div6 {
  position: fixed;
  bottom: 0px;
  right: 14%;
  border-color: #FBFBFB;
  border-width: 9px;
  border-radius: 25px 25px 0 0;
  background: linear-gradient(#D3B282);
  box-shadow: 10px 12px 0.5rem rgba(0,0,0,0.5);
  
  font-size: 3em;
  color: #302018;
  
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  
  width:17%;
  
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: ;
  border-left-style: solid;
  
  text-align: center;
}

a {
  color: #302018;
  font-weight: bold;
  text-decoration: none;
}
