body{
	color: #000;
	background-color: #bdebfc;
}

table, th, td {
  border: 1px solid gray;
  border-collapse: collapse;
  padding: 20px 10px;
}
th, td {
  background-color: #d9f1fa;
}

.header {
  text-align: center;
  Background-color: #98dffa;
  font-size:35px
}

/* Add a black background color to the top navigation */
.nav {
  background-color: #000;
}

/* Style the links inside the navigation bar */
.navlinks {
  color: #fff;
  text-align: right;
  padding: 20px 10px;
  font-size:30px;
}

.subtitle {
  text-align: center;
  font-size: 35px;
  Background-color: #7ad7fa;
}

.contenttitle {
  text-align: center;
  font-size: 30px;
  Background-color: #7ad7fa;
}

.secondtext {
  text-align: center;
  color: #000;
  font-size: 30px;
  Background-color: #7ad7fa;
}

.text-center {
  text-align: center;
}

.text {
  text-align: center;
  font-size: 16px;
  color: #000;
}