* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}

h2 {
  font-family: sans-serif;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-size: 72px;
  font-weight: bold;
  margin: 48px 0;
}

p {
  font-family: sans-serif;
  text-align: center;
  line-height: 30px;
  text-transform: none;
  color: #464646;
  font-size: 18px;
  font-weight: normal;
}

a {
  font-family: sans-serif;
  text-align: center;
  line-height: 30px;
  text-transform: none;
  color: #0050ff;
  font-size: 16px;
  font-weight: normal;
  background-color: #aaaaaa;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  width: fit-content;
  padding: 8px 16px;
  margin: 10px auto;
  -moz-transition: all 1s linear 0s;
  -webkit-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}

a:hover {
  color: #ff0064;
  background-color: #282828;
}

table {
  width: 400px;
  height: 300px;
}

table,
td {
  font-family: sans-serif;
  text-align: center;
  line-height: 30px;
  text-transform: none;
  color: #505050;
  font-size: 12px;
  font-weight: lighter;
  border: 1px solid black;
  border-collapse: collapse;
  margin: 24px auto;
}

ol {
  font-family: sans-serif;
  text-align: center;
  line-height: 30px;
  text-transform: capitalize;
  color: #6e6e6e;
  font-size: 18px;
  font-weight: normal;
  margin: 48px 0;
  list-style-type: decimal;
  list-style-position: inside;
}
