@font-face{
    font-family: "Rockwell";
    src: url('fonts/Rockwell.ttf')
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  display: table;
}

.splash {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.title1 {
  font-family: Rockwell;
  font-size: 48px;
  font-weight: normal;
}

.title2 {
  font-family: Rockwell;
  font-size: 44px;
  font-weight: normal;
}

.title3 {
  font-family: Rockwell;
  font-size: 36px;
  font-weight: normal;
}

.logo {
  font-family: Arial;
  font-size: 72px;
  font-weight: normal;
}
