@font-face {
    font-family: 'Huninn';
    src: url('https://aiixi.cc/fonts/Huninn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    position: relative;
    margin: 0;
    background-image: url("/images/nene2.webp");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

/* 背景遮罩 */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35); 
    z-index: -1;
}

@media (orientation: portrait) {
    body {
        background-image: url("/images/nene1.webp");
        background-position: center top;
    }
}


/*@import url('https://fonts.googleapis.com/css2?family=Huninn&family=Zen+Maru+Gothic:wght@500&display=swap');*/

/* Default document font stack */
html{
    font-family: "Huninn", sans-serif !important;
}

.card {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 70px;
  padding: 20px;
}

body {
    text-shadow: 0 2px 10px rgba(0,0,0,0.5) !important;
}

.a-footer{
    color: #33DD99 !important;
}

.a-footer:hover{
    color: #00ff99 !important;
}

h1{
    font-size: 3.3rem !important;
}

.des{
    font-size: 1.3rem !important;
}

.avatar{
    width: 12rem !important;
    height: 12rem !important;
}