
/* @import url("fonts/MoeLI.ttf");
@import url("fonts/ChenYuluoyan-2.0-Thin.ttf");
@import url("fonts/eduSong_Unicode.ttf");
@import url("fonts/jf-openhuninn-2.1.ttf");
@import url("fonts/kaiu.ttf"); */

@font-face {
    font-family: "chenyuluoyan";
    src: 
    url("fonts/ChenYuluoyan-2.0-Thin.ttf");
}

@font-face {
    font-family: "huninn";
    src: 
    url("fonts/jf-openhuninn-2.1.ttf");
}

@font-face {
    font-family: "kaisu";
    src: url("fonts/kaiu.ttf");
}

@font-face {
    font-family: 'lisu';
    src: url('fonts/MoeLI.ttf');
}


*{
    margin: 0;
    padding: 0;
    /* font-family: '標楷體',"jf open 粉圓 2.1","ChenYuluoyan 2.0",
                    "教育部隸書", Courier, monospace; */
}

h1{
    font-family: "lisu","kaisu","jf open 粉圓 2.1",'教育部隸書','標楷體';
}

body{
    background-image: url("./web_images/bg.png");
    /* position: relative; */
}

header{
    background-color: rgb(3, 3, 83);
    color: white;
    height: 80px;
    margin: 0;
    width: 100vw;
    position: fixed;
}

header h1{
    font-size: 40px;
    padding-top: 10px;
    text-align: center;
    

}

main {
    height: 85vh;
    top: 80px;
    position: relative;
    display: flex;
}

main section h2{
    color: white;
    text-align: center;
}

main a {
    text-decoration: none;
    color: white;
}

section {
    font-family: "huninn","kaisu";
    padding: 10px;
    color: white;
    position: sticky;
}

section ul{
    margin: 15px;
    font-size: 18px;
    line-height: 1.8em;
}

a:hover{
    text-decoration: underline;
    cursor: pointer;
}

.linux{
    height: 100%;
    width: 33%;
    background-color: rgba(25, 94, 7, 0.7);
}

.windows{
    height: 100%;
    width: 33%;
    background-color: rgba(97, 113, 11, 0.7);
    font-size: 20px;
}

.other{
    height: 100%;
    width: 34%;
    background-color: rgba(33, 40, 144, 0.7);
    
    padding: 10px;
}




footer{
    position: fixed;
    height: 20px;
    width: 100vw;
    margin: 0;
    padding: 0;
    /* top: 96vh; */
    bottom: 0;
    background-color: rgb(56, 48, 48);
    color: white;
    text-align: center;
    bottom: 0;
}