@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&family=Shippori+Mincho+B1&display=swap');


body {
font-family: 'Cormorant Garamond','Shippori Mincho B1', 'Hiragino Kaku Gothic Pro', CI,sans-serif;
background-image: url(https://alicex.jp/data/returntotheeden/img/returntotheeden_upld_3.jpg);
background-attachment: float;
background-size: cover;
line-height: 2.0;
letter-spacing: 2px;
}

table {
padding: 45px;
background-color: rgba(250,250,250,0.2);
border-radius: 10px;
}

table tr td {
color: white;
}

.menu {
color: white;
width: 350px;
height: 200px;
position:absolute;	
bottom:40px;
right:40px;
}

hr.border {
height: 1px;
border: none;
border-top: 1px #ffffff solid;
}

a:link {
text-decoration: none;
}
a{
    color: #fff;
    transition: 1.6s;
}
a:hover {
    color: transparent;
    text-shadow: 0 0 4px #fff;
}
