@font-face {
    font-family: 'Alien';
    src: url(Alien\ Edifice\ Bold\ Italic\ 10\ 20\ .ttf);
}


body {
    font-family: "Alien";
}
p {
    padding-left: 18%;
    padding-right: 18%;
}

#mainBox {
    position: relative; 
    min-height: 400px; 
    text-align: center;
}
#linkBox {
    min-height: 50px; 
    width: 100%; 
    background-color:#1490fc; 
    text-align: center;
    /* translate: -0% 180%; */
    position: absolute; 
    bottom: 0px; 
}
