table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.div-center {
  display: grid;
  text-align: center;
  background:white;
  grid-column: 1fr 2fr;
  padding:8px;
}
.div-c {
  text-align:center;
}
h1 {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
ul {
  list-style-type: none;
  margin: 0px;
  padding: 10px;
  background: #E4C64C;
  
}
li {
  display: inline;
}
* {box-sizing: border-box}

/* Set height of body and the document to 100% */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}
#slogan {
    font-family: Segoe Script;
}
#intro {
     font-family: Tahoma;
}

/* Style tab links */
.tablink {
  background-color: #49647c;
  color: white;
  float: left;
  border: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink:hover {
  background-color: #44a3e2;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 50px 20px;
  height: 100%;  
}

#Home {background-color: rgb(39, 18, 18);}
#News {background-color: rgb(71, 82, 71);}
#Contact {background-color: rgb(123, 165, 194);}
#About {background-color: rgb(110, 97, 75);}