@font-face { 
    font-family: "Kaisotai"; 
    src: url("../fonts/Kaisotai.ttf") format("truetype")
}
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


body {
    color: #fff;
    background-color: #000;
    text-align: center;
}

#header {
    height: 200px;
    width: 800px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    
    background-image: url("../183/imgs/DKNM183_01.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; 
}

/* event */
#ev_title {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
#ev_title h1 {
    font-family: "Kaisotai";
    color: #00ff00;
}
#ev_title h2 {
    font-family: "Kaisotai";
    color: #00ff00;
}
#ev_title a{
    font-family: "Kaisotai";
    color: #00ff00;
    font-size: 20px;
}

#circular {
    width: 800px;
    height: 900px;
    margin: 0 auto;
    text-align: center;
    background-image: url("../183/imgs/comitia153_circular.png"); 
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; 
}

#ev_comment {
    width: 800px;
    margin: 0 auto 100px;
    text-align: center;
    overflow-wrap: break-word;
}
#ev_comment h1 {
    font-family: "Kaisotai";
    color: #00ff00;
}
#ev_comment h2 {
    font-family: "Kaisotai";
    color: #00ff00;
}
#ev_comment a{
    font-family: "Kaisotai";
    color: #00ff00;
    font-size: 20px;
}

#return {
    width: 800px;
    margin: 0 auto 100px;
    text-align: center;
    overflow-wrap: break-word;
    
    a:link { color: #00ff00; }
    a:visited { color: #00ff00; }
    a:hover { color: #7800FF; }
    a:active { color: #00ff00; }
}
#ev_comment h1 {
    font-family: "Kaisotai";
    color: #00ff00;
}
#ev_comment h2 {
    font-family: "Kaisotai";
    color: #00ff00;
}
#ev_comment a{
    font-family: "Kaisotai";
    color: #00ff00;
    font-size: 20px;
}