body {
    font-family: "noto serif", SimSun, serif;
    background-color: #0c4177;
    touch-action: pan-x pan-y;
    overflow: hidden;
}

#container {
    height: 80vh;
}

#background {
    filter: blur(8px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
}

#avatar {
    background-color: #ECF0F1;
    transition: all 300ms ease-out;
}

#avatar:hover {
    transform: translate(0, -0.5rem);
    transition: all 300ms ease-in;
}

#id {
    color: #e74c3c;
    font-size: 4rem;
    font-weight: 300;
}

.card {
    background-color: rgba(250, 250, 250, .85);
    border-radius: 0 !important;
}

.nav-link, .nav-link:visited {
    color: #eb5e4e;
    font-size: 1.5rem;
}

.nav-link:hover {
    color: #ff5f4e;
}

.note {
    color: #53a1b8;
}

@media (max-width: 992px) {
    #id {
        font-size: 3.6rem;
    }
}

@media (max-width: 768px) {
    #id {
        font-size: 3rem;
    }
}

@media (max-width: 576px) {
    #id {
        font-size: 4rem;
    }
}

@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/font/NotoSerif.woff2) format('woff2');
}
