/* font import */
@font-face {
  font-family: Leander; 
  src: url(../fonts/Leander.ttf);
}


/* text */

a {
	font-family: Leander;
	color: white;
	font-size: 2em;
}


/* div */

.page{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

/* img */



/* misc */

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-image: url('../media/landingbackground.jpg'); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}