body{
	background-image:url('./DSC00485.webp');
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'LXGW WenKai Light', 'Saira Light', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
	text-align: center;
	text-shadow: 1px 1px 2px gray;
}
@font-face {
  font-family: 'Saira Light';
  src: url('./Saira-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LXGW WenKai Light';
  src: url('./LXGWWenKai-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
a:link {
color: white;
text-decoration: none;
}
a:hover {
color: gray;
text-decoration: underline;
}
a:visited {
color: #cba6f7;
}
.footer {
display: flex;
height: 200px;
font-size: 10px;
text-align: right;
}
ul{
	list-style-type: none;
}