* {
    font-family: "roboto", serif;
	font-size: 36px;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
  }

@font-face {
  font-family: "roboto";
  src: url("roboto-medium.ttf");
}

.table {
  margin-left: auto;
  margin-right: auto;
}

a:link{

  color: black;

  font-family: roboto;

  text-decoration: none;

}

a:visited{

  color: black;

  font-family: roboto;

  text-decoration: none;

}

a:hover{

  color: blue;

  font-family: roboto;

}

input { 
    text-align: center; 
}