@font-face {
    font-family: 'MaShanZheng';
    src: url(/assets/fonts/MaShanZheng-Regular.ttf);
}

body {
    font-family: SimSun;
    background-image: url(/assets/bg/light-flower-green-white.jpg);
    background-size: cover;
    background-position: 30%;
}

h1 {
    font-size: 10vh;
    color: #40544b;
    cursor: default;
    user-select: none;
    margin: 5vh;
}

a {
    color: #40544b;
    text-decoration: none;
}

#nav {
    margin-top: 50vh;
    margin-right: 10vh;
    font-size: 5vh;
    float: right;
    text-align: right;
}
