* {
  box-sizing: border-box;
}
.column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  
  

 
}

/* Style the header */
header {
  background-color: #ECD06F;
  padding: 2px;
  text-align: center;
  font-size: 25px;
  border-color: black;
  border-style: double;
  
}

/* Create two columns/boxes that floats next to each other */
nav {
  float: left;
  width: 30%;
  height: 480px; /* only for demonstration, should be removed */
  background: #B4FDFD;
  padding: 10px;
  border-style: double;
  
}

/* Style the list inside the menu */
nav ul {
  list-style-type: none;
  padding: 0;
}

article {
  float: left;
  padding: 3px;
  width: 70%;
   background-color: #ffffcc; 
  height: 480px; /* only for demonstration, should be removed */
  border-style: double;
   background-size: 910px 510px;
}

/* Clear floats after the columns */
section::after {
  content: "";
  display: table;
  clear: both;
}


/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 600px) {
  nav, article {
    width: 100%;
    height: auto;
  }
}
table, th, td {
  /* border: 1px solid white; */
  /* border-collapse: collapse; */
  text-align: center;
  background-color: #ffffcc; 
  /* border-style: double; */
  /* border-color: black; */
  
}
/* th, td { */
 /* background-image: url('images/bgimg1.jpg'); */
/* } */

.button {
  background-color: #ECD06F; /* Green */
  border: none;
  /* color: white; */
  font-weight: bold;
  padding: 6px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 40px;
  
}

.button1 {
  background-color: #ECD06F; 
  color: black; 
  border: 2px solid #4CAF50;
}
/* .button1:hover { */
  /* background-color: #ECD06F; */
  /* color: white; */
/* } */
footer {
  text-align: center;
  
  background-color: #ECD06F;
  color: black;
  border-style: double;
  border-color: black;
}
p
{
	height: 60px;
  width: 50%;
}