
h1{
font-size: 40px;
font-family: "Times New Roman";
text-align: center;
color: #000000;
background-color:white;
width:75%;
padding: 20px;
margin: auto;
}

h2{
  font-size: 45px;
  font-family: "Times New Roman";
  text-align: center;
  color: #000000;
  background-color:white;
  width:75%;
  padding: 10px;
  margin: auto;
  }

p.serif{
font-size: 20px;
font-family: "Times New Roman";
text-align: center;
color: #000000;
background-color: white;
}  

p.link{
font-size: 20px;
font-family: "Times New Roman";
text-align: center;
}

div.container {
  width: 100%;
  height: 100%;
}

#table {
  margin: 0 auto;
}

div.blog {
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
  width: 75%;
  margin: auto;
  font-size: 20px;
  font-family: "Times New Roman";
  text-align: center;
}  

.form-group {
  background-color: #ffffff;
  margin: 0 auto;
  width: 75%;
  padding: 10px;
  font-size: 20px;
  font-family: "Times New Roman";
  
}
.center {
  text-align: center;
}
.table-title {
  font-family: "Times New Roman";
  font-size: 30px; 
}