body {
  background-color: #9a83ad;
  color: #4f1b2c;
  Font-family:"lucida console","courier new", 'Courier New', Courier, monospace;
  Font-size: 18px;
}

h1 {
  margin-top: 30;
}

h2 {
  transform: TranslateY(30px)
}

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

.table2 {
  transform: translateY(15px)
}

th,td{
  text-align: center;
}
  
  a {
    color: 	#480950;
  }
  p {
    font-size: 20px
  }