

body {
  margin: 0;
  background: #2A004E;
  background-size: cover;
  background-position: center;
}

p {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

a {
  color: white;
}

.viewport {
  display: flex;
  flex-direction:column;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

h1{
  color: #F14A00;
  font-family: "Anek Malayalam", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.text-box {
  display: flex;
  flex-direction: column;
  height: auto;
  width: auto;
  margin: 1vh;
  background-color: #500073;
  border-radius: 1vh;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 0.25vh solid #500098;
}

.title {
  margin-top: 10px;
  font-family: "Sixtyfour", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "BLED" 63,
    "SCAN" 55;
  color: #2A004E;
  
}

.subtitle {
  font-family: "Playwrite AU VIC Guides", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4vh;
  text-align: center;
  padding: 0 1vh 1vh 1vh;
  color: #2A004E;
}

footer {
  bottom: 0;
  position: fixed;
  width: 100%;
  align-content:center;
  font-family: "Playwrite AU VIC Guides", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2vh;
  text-align: center;
  padding: 0 1vh 1vh 1vh;
  color: #5E686D;
  position: absolute;
  bottom: 0;
}
