<style>
.polaroid {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}
.page_boarder {
  border: 15px solid orange;
  border-radius:20px;
  box-sizing: border-box;
  padding: 10px;
}
  .web_page1 {
   background:white;
   box-sizing: border-box;
   border: 15px solid green;
   border-radius:20px;
   margin: 5px auto ; /*the auto for the left/right keeps the page centered*/
   padding: 15px;
   max-width: 1400px; // min-width - 2(padding + border)
   max-height:1200px;
  }
 
.tbl_container {
  display: table;
  background:PaleTurquoise ; /*   #d4af37 */
  max-width:1330px;
  max-height:1000px;
  padding: 10px; 
  border-radius:20px;
  
}
h1 {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
.col {
  display: table-cell;
  padding: 16px;
}

body {
  margin: 0;
  font-family: Arial;
  background-color:white;
}

.header {
  text-align: center;
  padding: 32px;
}
.fullrow {
float: left;
  width: 100%;
  height:100%;
  padding: 5px;
  background:white;
}

/* Create two equal columns that floats next to each other */

.r1c1 {
  float: left;
  width: 20%;
}
.r1c2 {
  float:left;
  width: 50%;
 height:100px;
}
.r1c3 {
  float: right;
  width: 30%;
}
.r2w1 {
float: left;
  width: 25%;
  height:230px;
  padding: 5px;
  background:white;
}
.r2w2 {
float: left;
  width: 70%;
  height:230px;
  padding: 5px;
  background:AntiqueWhite;
}
.r3w1 {
float: left;
  width: 25%;
  height:80px;
  padding: 5px;
  background:AntiqueWhite;
}
.r3w2 {
float: left;
  width: 70%;
  height:80px;
  padding: 5px;
  background:AntiqueWhite;
}
.r4c1 {
  float: left;
  width: 25%;
  height:100px;
  padding: 10px;
  background:AntiqueWhite;
}
.r4c2 {
  float: left;
  width: 25%;
  height:100px;
  padding: 10px;
  background:HoneyDew ;
}
.r4c3 {
  float: left;
  width: 25%;
  height:100px;
  padding: 10px;
  background:Beige ;
}
.r4c4 {
  float: left;
  width: 25%;
  height:100px;
  padding: 10px;
  background:MistyRose;
}
.rnd{
  border: 10px solid orange;
  border-radius:20px;
  box-sizing: border-box;
}
/*.column img { */
/*  margin-top: 5px; */
/*} */
.row {
  content: "";
  display: table-row;
  clear: both;
}
/*img {   */
/*  display: block; */
/*  margin-left: auto; */
/*  margin-right: auto; */
/*} */
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.dot {
  margin-top: 4px;
  height: 40px;
  width: 40px;
  background-color: #bbb;
  border: 5px solid green;
  border-radius: 50%;
  padding:5px; 
/*  display: inline-block; */
}
/*p {
/*  border: 16px solid red;
/*  padding: 6px;
/*}
</style>
