
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;
}

h1 {
  color:blue;
    position:absolute;
    top:900px;
    bottom:40px;
    left:100px;
    width:3000px
    font-family: "matypo";
    font-size:30px;
}

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

}

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

#cercle {
    width: 40px;
    height: 40px;
    size:100px;
    left:900px;
    top: 680px;
    bottom: 500px;
    border-radius: 20px;
    background: #e222d7;
}