@import url('./saxmono.ttf');

body {
    background-color: #213B5E;
    margin:0;
	padding:0;
	height:100%;
}

h1 {
    color: #66D7CF;
font-family: saxMono;
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.main {
    text-align: center;
    vertical-align: middle; 
}


footer {
    text-align: center;
    position:absolute;
	bottom: 32px;
	width:100%;
}

p {
    color: #66D7CF;
font-family: saxMono;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

a {
    color: #66D7CF;
}

a:visited {
    color: #66D7CF;
  }
  
  a:hover {
    color: #38ABA3;
  }
  
  a:active {
    color: #38ABA3;
  }