@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

body{
         align-items: center;
         background-color: black;
         font-size: 10px;
         color: #F2F2F2; 
         font-family: 'Shippori Mincho', 'Hiragino Mincho ProN W3', 'Hiragino Mincho ProN', serif;
         letter-spacing: 0em;
         line-height: 2em;
         text-decoration: none;
         text-align: left;
         padding: 0 0 30px 0;
         margin: 10%;
         min-width: 400px auto;
           background-image: url(https://alicex.jp/data/vedfolnir/img/vedfolnir_upld_1.jpg);
           background-repeat: no-repeat;
           background-size: cover;
           background-position: center;
    }
h1{font-family:  'Tangerine', cursive; font-size:20px;}
h2{font-family:  'Tangerine', cursive; font-size:14px;}
a {color: #bfbfdf; text-decoration: none;}
a:visited {color: #b31478; text-decoration: none;}

.background {
  width: 100%;
  height: 100vh;
}