/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 11/30/2022 6:31:45 PM
    Author     : Cy
*/



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



#footerArea{
  padding: 1px 2% 1px 2%; 
    width: 100%;
    background-color: white;
    line-height: 1px;
 position:fixed;
 bottom:0;
 left:0;
}


#footerArea a{
        text-decoration: none;
        color: grey;
    margin: 11px 2% 0px 0px;
    font-size: 17px;   
}
#footerArea a:hover
{
    text-decoration: underline;
} 
