
font-face {
  font-family:'matypo';
  src: url('GT-Eesti-Pro-Display-ULight.otf') 
"format":('otf');
  font-weight: normal;
  font-style: normal;
}

body{

  background:white;

}

section.page{
  width:210mm;
  height:297mm;
  /*pt px % mm cm*/
  border:1mm solid blue;
  padding:3mm;
  box-sizing: border-box;
  position:relative;
  float:left;
}


.flux1{
    position:absolute;
    top:40px;
    size:60px;
    bottom: 250px;
    left:40px;
    width:700px;
    height:400px;
    
}

nav {
    position: absolute;
    bottom: 20px;
    left:40px;
    font-family; "matypo"

}

a{
    color: #e222d7;
    font-size: 60px;
    transition: all ease 0.5s;
    font-family; "matypo"

}

a:hover
{
    font-size: 18px;
    
}