body {
    font-family: arial, sans-serif;
    background-color: #EAE7DC;
    color: #474B4F;
    text-align: center;
}





table{
    width: 70%;
    margin-left:15%; 
    margin-right:15%;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
    text-align: center;
    color: #474B4F;
}


th, td {
  padding: 5px;
}

tr:hover {background-color: #D8C3A5;}


input[type=text], select {
  width: 70%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=number], select {
  width: 70%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 70%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}



input[type=submit]:hover {
  background-color: #45a049;
}






#EAE7DC
#D8C3A5

darker grey - #474B4F




.center-navbar{
    
}

/* Navigation bar - background */
.topnav {
  background-color: #D8C3A5;
  overflow: hidden;
    width: 70%;
    margin: 0px auto;
}

/* Style the links inside the navigation bar */
.topnav a {
    float:left;

  color: #474B4F;
     background-color: #D8C3A5;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}


