html{
    font-size: 1.5em;
}
@font-face{
  font-family:'Fjord One';
  font-style: normal;
  font-weight: 400;
  src: local('Fjord One'),
  url(/fjord/FjordOne-Regular.otf) format('otf');
}
body{
    background-color:#c6addc;
}
#letter{
    border-style: 3;
    border-radius: 0.7%;
    border: 1em;
    border-color: #FFD3AE;
    background-color: #ece4de;
    border-spacing: 4em;
    padding: 4em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    max-width:60%;
}
h1{
    text-align:center;
    font-family: 'EB Garamond', serif;
    font-size: 3em;
}
h2{
    text-align:center;
    font-family: 'EB Garamond', serif;
}
#subtitle{
    text-align: right;
    font-size: 0.8em;
}
#footer{
    font-size: 0.5em;
    text-align:center;
}
hr{
    width: 5em;
    color: black;
    border-spacing: 0.1em;
}
#avatar{
    border-radius: 50%;
}
#kontakt{
    text-align: center;
    align-items: center;
}
.lnr {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.05em;
  }
a:link{
    color: black;
}
a:visited{
    color: black;
}
a:focus{
    color: teal;
}
a:hover{
    color: teal;
}
a:active{
    color: teal;
}
iframe{
    margin-left: auto;
    margin-right: auto;
}
#iframe{
    display: block;
    margin-left: auto;
    margin-right: auto;
}