html {
  scroll-behavior: smooth;
}

a {
  color: inherit;          /* 親要素（周りの文字）と同じ色にする */
  text-decoration: none;   /* 下線を消す */
}

/* マウスを乗せた時（ホバー）の設定 */
a:hover {
  color: #0056b3;        /* 少しだけ青っぽくする */
  text-decoration: underline; /* この時だけ下線を出す */
}

#title{
    font-family: serif;
    position: absolute;
}
body{
    background-color: #f9fbfd;
}
#mein {
    font-family: sans-serif;
     line-height: 1.8;
     margin-top: 0;
     margin-bottom: 2rem;
}
header{
    letter-spacing:0.1em;
    word-spacing: 3rem;
}
