h1 {
  font-family: "Segoe UI", monospace;
}

hr {
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

body {
  background-color: white;
  color: blue;
  font-family: "Segoe UI Light", monospace;
}

h2 {
  font-family: "Segoe UI Bold", monospace;
}

.header {
  padding: 0px;
  margin: 1px;
  color: grey;
  font-size: 20px;
  font-family: "Segoe UI Light", monospace;
  margin-bottom: 50px;
}



table, th, td, tr{
  padding: 0px;
  border-spacing: 0px;
  padding-left: 0px;
  vertical-align: top;
  /*border-style: solid;
  border-color: black;
  border-width: 1px;*/

}

.maincontainer {
  margin-left: 2px;
  margin-bottom: 50px;
  text-align: left;
  vertical-align: top;
  color: Black;
  font-size: 20px;
  font-family: "Segoe UI Light", monospace;
}

.comment {
  margin-left: 2px;
  text-align: left;
  vertical-align: top;
  color: gray;
  font-size: 15px;
  font-family: "Segoe UI Light", monospace;
  /*border-style: solid;
  border-color: black;
  border-width: 1px; */
  
}

.button {
  border: solid;
  background-color: transparent;
  border-color: Black;
  border-width: 1px;
  color: black;
  text-align: center;
  text-decoration: none;
}

.buttonthumb {
  background-color: transparent;
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
}