﻿* {
    font-family: "Microsoft Yahei";
    margin: 0;
    font-weight: lighter;
    text-decoration: none;
    text-align: center;
    line-height: 2.2em;
    box-sizing: border-box;
}

body {
    height: 100vh;
    overflow: hidden;
    padding: 0;
    position: relative;
}

h1 {
    font-size: 3em;
    line-height: 1em;
}

a {
    color: #00AEED;
}

html .sakana-box{
  position: fixed;
  right: 0;
  bottom: 0;
  transform-origin: 100% 100%; /* 从右下开始变换 */
  z-index: 1;
}

main {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px 0;
}
