/* H₂SEO Content Management Desktop Theme */
body {
 background-color: #739984;
 color: #468785;
 font-family: Roboto ;
}

table {
  width:100%;
  background-color: #000;
  padding: 10px;
  box-shadow: 2px 2px 8px #000 inset;
}

h1 {
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}

.table {
 background-color: #889191;
 padding: 5%;
 border-radius: 12px;
}

.th {
 background-color: #557367;
 border-radius: 8px;box-shadow: 2px 2px 5px #000 inset;
}
