@font-face {
			font-family: "Intro";
			src: url("/fonts/Intro-Book.otf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

@font-face {
  font-family: Montserrat;
  src: url(/fonts/Montserrat-Regular.otf);
}


html { min-height: 100%; margin:0px; padding:0px; position: relative; }

body {COLOR: black; height: 100%; font-family: Montserrat, Verdana, Arial, Helvetica; font-size: 18px; margin: 0px; padding: 20px; box-sizing: border-box; text-align: center; position: relative; }

div {

    display: block;
    position: absolute;
    margin: auto;
    top: 0; bottom: 0; right: 0; left: 0;
    width: 66%;
    height: 30%;
   
    
    
}    


h1 {
    
    COLOR: black;
	font-family: Intro, Verdana, Arial, Helvetica; 
	font-size: 30px; 
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
    }

  
a { 


   display: inline-block;
   position: relative;
   margin: 20px;

  background: #f53b2e;
  color: white;
  font-size: 20px;
  border-radius: 25px;
  text-decoration: none;
  text-align: center;
  padding: 30px 0px;
  box-sizing: border-box;
  height: 85px;
  width: 200px;
  max-width: 90%;
  border-radius: 42px;
  
}
    
