body{
  background-color: #0f0c1b;
}

h1{
  color: white;
  text-align: center;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

table{
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  border-collapse: collapse;
  background-color: white;
}

td, th{
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
  color: black;
}

input {
  font-size: 25px
}

#results {
  border: 0px; 
  width: 100%;
}